How To Run Programs As Root In Ubuntu 11.10
If you are a Ubuntu user and want to run programs as root, you can do so by following these steps: Open a terminal and type sudo su. This will make you the root user. Type cd /usr/local and press enter. This will take you to the directory where Ubuntu stores its programs. Type apt-get update and apt-get install -y linux-headers linux-libc6 linux-image-3.10 linux-modules-$(uname -r) . These commands will update your system and install the necessary software for running as root....