Attention Command line USers!!!

Tried the article from MacAddict, got the image, but when I try to login using Terminal ("Run Command", type "su", enter my password) it says "Process Exited - code 1" (yes, I triple checked my password). Is there a special root/super user password I need (I've only created one password since installation.)

TIA,
Ben
 
The SU password should be the same as the admin password you created when you first installed MacOS X. If not, this may be a bug....
 
Hmm...I re-entered it several times, no luck. I never *explicitly* created an Admin account, just my user account...shoudl I create an Administrator? (If so, how?)


Danke,
Ben
 
The admin account is the account you created the first time MacOS X came up after the install. That account should have full admin privileges and supposedly is the same password for root.

At least, that is how it works for me. ;)
 
when I try to get SU preiveledges fom the commend line it asked me for a password and I entered all of the one that I created and it never worked...

also when I telenet in, to start apache. it tell me that the user (admin) dos not belong to the wright group to perfor that function.
 
You might not actually be getting to be root. Does you prompt change in terminal so that it says you are root? If not, try this example:

[localhost:~] malloroy% su - root
Password:
[localhost:~] root#

Notice how the prompt changed. You can also use this example:

[localhost:~] malloroy% su -l root
Password:
[localhost:~] root#

-l on the su command tells su to discard the shell environment except a few key environment variables.
 
I tried what you segested and it still didn't work for me.

is there a bug in my system?

should I reinstall?

is there a place in the system were I can look up all of the passwords so I could change the root one.

 
The root password on mine is the original password that I entered when I first started OS X. However, later I went into the Multiple Users settings and changed my admin's password. This did not change the root password to match. Perhaps this is what's giving some people trouble? If you changed your password at some point, try accessing root with the original password.

Also, since I'm not great with a Unix command line, how do I change the root password? I do know the password, so I can login as root.

Thanks!
 
Originally posted by eisnel
Also, since I'm not great with a Unix command line, how do I change the root password? I do know the password, so I can login as root.

Thanks!

Login as root
System Preferences/password
Done
 
Back
Top