Enable Ubuntu 8.10 Root Password
By Jason on Jan 14, 2009 | In Linux | Send feedback »
One of my main frustrations with Ubuntu has always been the lack of a usable root account.
As a result, I've taken to enabling the account on all of my boxes.
All you have to do is assign a password to the account:
Code:
sudo passwd root |
and if you decide to disable the account later:
Code:
sudo passwd -l root |
If you do add a password to root, don't mess with the sudoers file, as if you disable root in the sudoers file and later disable the account itself, you won't be able to do anything and will have to use a livecd to fix it.
No feedback yet
Comments are not allowed from anonymous visitors.
| ORA-27121: unable to determine size of shared memory segment » |