Size: 1597
Comment:
|
Size: 1487
Comment: minor improvements.
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
||<tablestyle="width: 100%;" style="border: 0px hidden">~-Translation(s): none-~||<style="text-align: right;border: 0px hidden"> (!) [:/Discussion:Discussion]|| ---- [[TableOfContents(2)]] |
## [[TableOfContents(2)]] |
Line 8: | Line 6: |
{{{Root}}} is the name of the most powerful account on a Debian installation. This user account can do everything on the machine. It's also known as supervisor, administrator. | {{{Root}}} is the name of the most powerful account on a Debian installation. This user account can do everything on the machine. It's also known as supervisor, administrator. It's home ({{{~}}}) folder is {{{/root}}}. |
Line 22: | Line 20: |
* In a terminal, you can use ["su"] (or ["gksu"]) to change your identity to root, However, it's recommended to configure and use ["sudo"] (or ''gksudo'') to run a given command. (read the manpages for more help.) ## You can add other helpful links ##= External links = ---- CategorySystemSecurity |
* In a terminal, you can use [http://manpages.debian.net/man/1/su su] (or [http://manpages.debian.net/man/1/gksu gksu]) to change your identity to root, However, it's recommended to configure and use [http://manpages.debian.net/man/1/sudo sudo] (or [[http://manpages.debian.net/man/1/gksudo gksudo]) to run a given command. |
What is root?
Root is the name of the most powerful account on a Debian installation. This user account can do everything on the machine. It's also known as supervisor, administrator. It's home (~) folder is /root.
It has uid?FootNote(uid is user identifier, a number which identifies all user accounts) 0 and gid?FootNote(gid is group identifier) 0.
Password
At installation time, you have been asked for creation or not of the root account.
if you want so (the default), you'll be asked to provide a password for root. Use a strong one!
- if not, no root account is enabled and the password of the first user created will be used for administration tasks.
If you forgot your password, read [http://www.debian.org/doc/manuals/reference/ch-tips.en.html#s-crackroot "I forgot the root password!"]
How to use root account
- Under Gnome : in Gnome Application Menu/Accessories/Root Terminal
From console : read Debian Reference's [http://www.debian.org/doc/manuals/reference/ch-tutorial.en.html#s-login-root Login to a shell prompt as root]
In a terminal, you can use [http://manpages.debian.net/man/1/su su] (or [http://manpages.debian.net/man/1/gksu gksu]) to change your identity to root, However, it's recommended to configure and use [http://manpages.debian.net/man/1/sudo sudo] (or [[http://manpages.debian.net/man/1/gksudo gksudo]) to run a given command.