
27th December 2006, 13:57
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
To set a password for the root account, open a shell window and switch to root with the following command:
sudo su
then use this command to set a root password:
passwd root
|