Differences between revisions 31 and 33 (spanning 2 versions)
Revision 31 as of 2019-09-14 17:09:10
Size: 2211
Editor: nodiscc
Comment: remove CategoryUserManagement, only use CategorySystemAdministration
Revision 33 as of 2020-03-26 03:48:37
Size: 2132
Editor: PaulWise
Comment: the Root Terminal was a GNOME 2 feature, probably still available in MATE
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[ar/Root|العربية]] - English - [[es/Root|Español]] - [[fr/Root|Français]] - [[it/Root|Italiano]] - [[ru/Root|Русский]] - [[sv/Root|Svenska]] - [[zh_CN/root|简体中文]]-~ ||<style="text-align: right; border: 0px hidden"> (!) [[/Discussion|Discussion]]|| ||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[ar/Root|العربية]] - English - [[es/Root|Español]] - [[fr/Root|Français]] - [[it/Root|Italiano]] - [[ru/Root|Русский]] - [[sv/Root|Svenska]] - [[zh_CN/root|简体中文]]-~ ||
Line 18: Line 18:
 * Under Gnome : in Gnome Application Menu/Accessories/Root Terminal  * Under [[MATE]] : in MATE Application Menu/Accessories/Root Terminal
Line 26: Line 26:
CategoryRoot | CategorySystemSecurity | CategoirySystemAdministration CategoryRoot | CategorySystemSecurity | CategorySystemAdministration

Translation(s): العربية - English - Español - Français - Italiano - Русский - Svenska - 简体中文


Root is the name of the most powerful account on a Debian installation. The root user account can do everything on the machine. Root is also known as supervisor and administrator. Root's home (~) folder is /root.

root has uid 0 and gid 0.

Password

At installation time, you are asked whether you want to use the root account or not.

  • If you want to (the default), you'll be asked to provide a complex 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 root password, you first need to reset the password, then log as root (now accessible without password) and run passwd to set a new password.

How to use root level access as a normal user

  • Under MATE : in MATE Application Menu/Accessories/Root Terminal

  • From console : read Debian Reference's Login to a shell prompt as root

  • 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.

When you change from a normal user to root, your prompt will change from user@mypc:~$ to root@mypc:/home/user# .
To find out as which user you're operating now, execute the command whoami.


CategoryRoot | CategorySystemSecurity | CategorySystemAdministration