Tuesday, March 9, 2010

How to Enable "Root" login / Account in Ubuntu 9.10 [Linux]


Open Terminal

type -

sudo -i

To enable the root account (i.e. set a password) use:

sudo passwd root

Re-disabling your root account

If for some reason you have enabled your root account and wish to disable it again, use the following command in terminal...

sudo usermod -p '!' root

No comments:

Post a Comment