Ok. Log in as root. It did ask you for a password for root?
If not, boot from the install cd, hit Ctrl_Alt_F2, which should give you a shell
mount your root device
mount /dev/sdax /mnt (or something like that)
chroot /mnt
passwd root should offer an option to change the password.
Now, reboot & Log in as root.
man useradd starts you off
useradd <options> luser
Last edited by business_kid; 01-16-2010 at 04:32 AM.
|