Saturday, August 30, 2008

Unbutu Admin Tips

Some tips on Unbuntu
1. Tire of using sudo for each admin command on Ubuntu, you can run "sudo -i" to start a shell as super user.
2. Want to enable root password
Run "sudo passwd root" and input password, after this, you can log in as root by su - with the password.