How to enable root account ?
Enabling root account is a simple task, simply type
sudo passwd root
in your terminal window to change the root password.Disabling the root account : sometimes you might need to disable the root account,
sudo passwd -l root
type this command in the terminal window, and it will disable the root account.NB: it is suggested that you use the sudo command instead of using the root account.
No comments:
Post a Comment