Quote (ou_ryperd @ Jan. 08 2004,08:42) |
The root password is not available. If you want to execute a command as root: sudo [comand] if you want to stay root as long as the terminal is open: sudo su if you want to be able to login as root: sudo passwd, then type a new password for root. HTH |