View Single Post
 
Old 03-10-2009, 03:24 AM
inportb inportb is offline
Cheetah
 
Join Date: Mar 2009
Posts: 1
I know this thread is a few months old. Still, I wanted to point out that with sudo privileges it's quite easy to set up a root password on *nix:

Code:
sudo su
First type in your sudo account password, then enter your desired root password and verify.
Reply With Quote