Saturday, September 6, 2008

How to Assign PassWd to root

If you haven't assigned a password to the superuser "root", you can do so by using the command:
sudo passwd root
It asks for a password, what you entered will be the initial password for the superuser root.