Thursday 21 August 2008

Enable and disable root account on Ubuntu

Enable root:
sudo passwd root

Disable root:
sudo passwd -l root

No comments: