Monday, July 20, 2009

Ubuntu Help: How to run as root user?

Sometimes some application needs root user authorization to run. To run as a root user just type this in Terminal:


sudo su

or, always type sudo before anything else that u want to run as root. This will allow you to become root temporarily.

sudo apt-get update