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