Size: 1486
Comment: minor fix
|
Size: 1470
Comment: Fix link
|
Deletions are marked like this. | Additions are marked like this. |
Line 15: | Line 15: |
* If you forgot your password, read [http://www.debian.org/doc/manuals/reference/ch-tips.en.html#s-crackroot "I forgot the root password!"] | * If you forgot your password, read [http://www.debian.org/doc/manuals/reference/ch-tips#s-crackroot "I forgot the root password!"] |
Line 19: | Line 19: |
* 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] | * From console : read ''Debian Reference''``'s [http://www.debian.org/doc/manuals/reference/ch-tutorial#s-login-root Login to a shell prompt as root] |
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#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#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.