So, you can enable again your root login by doing a:
sudo passwd root
And disable it again with a:
sudo passwd -l root
which locks the root account.
And if you have the root account locked, you can become root by typing:
sudo -i
Stupid, I know, but it's the better way (I was found myself doing a sudo bash and that is more or less, wrong).
Cheers
No comments:
Post a Comment