View Single Post
Old 09-02-2003, 10:53 AM   #2 (permalink)
giblfiz
is a shoggoth
 
Location: LA
Ok, I hav'nt worked too much with OSX, but I more or less live on the command line.

first off, I assume you already know that when type in the password it will not show your cursor, show it move or anything else.

try useing su to swich to another normal user. I recall there being something a little weird about osX trying to keep people out of the root account.

so try using your normal gui tools to make an accout for say user bob, with a password your sure of then from your normal account try
bash$ su bob
Password:

you know. I just looked it up.. apparently they don't let people log in as root, you need to use sudo. try
bash$ sudo bash
that should launch a shell that has root accsess in the window your working in.

oh you might also want to look at
bash$ which sudo

hope some of that helps

[EDIT]
this is probably better advice than I am giveing.
http://www.osxzone.com/static/hacks.html
__________________
Use the star one and you'll be fighting off the old ones with your bare hands
-A Shoggoth on the Roof

Last edited by giblfiz; 09-02-2003 at 10:55 AM..
giblfiz is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73