No root password


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers No root password
# 1  
Old 08-12-2002
No root password

Hi guys n gals,
I want to load a simulation software on the linux network. But my problem is I don't have root password. Any suggestions or clues??

Thanks
# 2  
Old 08-12-2002
Ask your system administrator, or whoever set up the box, for help. If that person is you, try booting into single user mode so that you can reset the password. For example, at a LILO prompt, you might type "linux single".
# 3  
Old 08-12-2002
can u please tell me, how do we install new software if we know the root password??ur suggestions will be greatly appreciated.
# 4  
Old 08-12-2002
need more info then that though. first follow the software vendors, distributors, websites, readme file, etc etc 's instructions,
if this is an archive, first you must decompress it, if the extension of the file is .tgz then you must use the tar utility, for example you would type at the prompt, tar -xvfz filename.tgz then once that is complete you must look for a readme file in the newly created directory, the software may have come in precompiled binary already, or you may need to compile it from source, try typing "make" in the new directory, or look for an install script, something like, "install.sh" but more information is needed to help you further.
# 5  
Old 08-14-2002
If am willing to install a software on my linux server and i really don't know how to do it.Is this way i should do it??

mount cdrom

cd cdrom

cp *.* xyzfile

umount cdrom


will these commands work if am willing to instal a software??
Any suggestions will be greatly appreciated.
# 6  
Old 08-15-2002
it still depends on the software, if you do that you will just be copyign the contents of the cd rom to your hard drive, mount the cd rom and cd to the mounted directory, then do a directory listing, (ls) and look for a readme file, or a file that says intsall, and one of those will give you all the directions you need.
# 7  
Old 08-15-2002
In general cases

mount cdrom

doesn't work.
You should type except cdrom the full path to mount directory. for example

mount /mnt/cdrom

or

mount /cdrom

related on what mount point defined in you /etc/fstab file.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Can a root role change the root password in Solaris 10?

i do not have root on a solairs 10 server , however i do have the root role, i was wondering if I can change the root password as a a role with the passwd command? I have not tried yet. and do i have to use the # chgkey -p afterwards? i need to patch is why i am asking. thanks (1 Reply)
Discussion started by: goya
1 Replies

2. Ubuntu

Root access that can't change root password?

We are having a little problem on a server. We want that some users should be able to do e.g. sudo and become root, but with the restriction that the user can't change root password. That is, a guarantee that we still can login to that server and become root no matter of what the other users will... (2 Replies)
Discussion started by: 244an
2 Replies

3. Solaris

Lost Root Password on VXVM Encapsulated Root Disk

Hi All Hope it's okay to post on this sub-forum, couldn't find a better place I've got a 480R running solaris 8 with veritas volume manager managing all filesystems, including an encapsulated root disk (I believe the root disk is encapsulated as one of the root mirror disks has an entry under... (1 Reply)
Discussion started by: sunnyd76
1 Replies

4. Solaris

Solaris 8 - Asks for current root password when trying to change root password.

Hello All, I have several solaris boxes running Solaris 8. When changing root passwords on them, all will simply ask for the new root password to change and of course to re-type the new password. One of the systems however asks for the existing root password before it will display the new password... (8 Replies)
Discussion started by: tferrazz
8 Replies

5. Shell Programming and Scripting

how to change root password using shell script with standard password

Hi Friends. I am new to scripting now i want to change the root password using the script with standard password. which is the easy scripting to learn for the beginner, Thanks in advance. (2 Replies)
Discussion started by: kurva
2 Replies

6. HP-UX

Root Password

Hi all, I am changing the root password periodically from eg: password01 to password02. However, I can still use password01 after it is changed, it seems that it only authenticates up the first few characters. Please can someone let me know how I can fix this. Thanks Ryan (1 Reply)
Discussion started by: macgre_r
1 Replies

7. Linux

root password

Hi everybody: I have a problem. How does it possible that when I type the root password on terminal, later write: su password: ****** System recognize the password, but when a I use the GUI environment, the system does not recognize it. Any suggestion. :o Thanks in advance. (2 Replies)
Discussion started by: tonet
2 Replies

8. UNIX for Dummies Questions & Answers

I need it to prompt me for a root password, so I don't have to log as root

Hi folks, I'm trying to install a program, and I want to place some of the executables into /usr/bin so that they can be executed from any folder on the computer. I've been giveng the root password, but told never to log in directly as root. Instead, I can wait for a password prompt. However, I... (2 Replies)
Discussion started by: lunchtime
2 Replies

9. Linux

how to access root priveliges if root password is lost

wish to know how to access root password it root password is forgotten in linux (1 Reply)
Discussion started by: wojtyla
1 Replies

10. Answers to Frequently Asked Questions

Lost root password / Can't login as root

We have quite a few threads about this subject. I have collected some of them and arranged them by the OS which is primarily discussed in the thread. That is because the exact procedure depends on the OS involved. What's more, since you often need to interact with the boot process, the... (0 Replies)
Discussion started by: Perderabo
0 Replies
Login or Register to Ask a Question