Root

From OLPC
Revision as of 21:10, 8 January 2008 by Sethwoodworth (talk | contribs) (New page: <tt>root</tt> is a user that is currently installed by default. It is the most powerful user on a linux based computer system. It allows you to execute any command that is available to i...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

root is a user that is currently installed by default. It is the most powerful user on a linux based computer system. It allows you to execute any command that is available to it.

It will even allow you to execute commands that are harmful to your system. For example, you could delete all of the contents of a folder, or important system files by accident.

It is very important that you be careful when using the root user.

You become root in the terminal activity, or in a Virtual Terminal like this:

su -


Note that the Root user is going to be disabled for security purposes. If 'su -' does not work for you, see: sudo.