Thursday, November 12, 2009

Enable and Disable Ubuntu Root Password

TO Enable root Password The Comand is

$sudo passwd root

 This will prompt for a new root password and once you confirm it, you can start using the root account to login

To Disable root Password

$sudo passwd -l root

No comments:

Post a Comment