Blame gnome-help/C/user-admin-explain.page

Packit Bot 4b9ea4
Packit Bot 4b9ea4
      xmlns:its="http://www.w3.org/2005/11/its"
Packit Bot 4b9ea4
      type="topic" style="tip"
Packit Bot 4b9ea4
      id="user-admin-explain">
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <info>
Packit Bot 4b9ea4
    <link type="guide" xref="user-accounts#privileges"/>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
    <revision pkgversion="3.8.0" date="2013-03-09" status="candidate"/>
Packit Bot 4b9ea4
    <revision pkgversion="3.10" date="2013-11-03" status="review"/>
Packit Bot 4b9ea4
    <revision pkgversion="3.13.92" date="2014-09-22" status="review"/>
Packit Bot 4b9ea4
    <revision pkgversion="3.18" date="2015-09-28" status="final"/>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
    <credit type="author">
Packit Bot 4b9ea4
      <name>GNOME Documentation Project</name>
Packit Bot 4b9ea4
      <email>gnome-doc-list@gnome.org</email>
Packit Bot 4b9ea4
    </credit>
Packit Bot 4b9ea4
    <credit type="editor">
Packit Bot 4b9ea4
      <name>Ekaterina Gerasimova</name>
Packit Bot 4b9ea4
      <email>kittykat3756@gmail.com</email>
Packit Bot 4b9ea4
    </credit>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
    <desc>You need administrative privileges to change important parts of your
Packit Bot 4b9ea4
    system.</desc>
Packit Bot 4b9ea4
  </info>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <title>How do administrative privileges work?</title>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

As well as the files that you create, your computer has a number

Packit Bot 4b9ea4
  of files which are needed by the system for it to work properly. If these
Packit Bot 4b9ea4
  important system files are changed incorrectly they can cause
Packit Bot 4b9ea4
  various things to break, so they are protected from changes by default.
Packit Bot 4b9ea4
  Certain applications also modify important parts of the system, and so are
Packit Bot 4b9ea4
  also protected.

Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

The way that they are protected is by only allowing users with

Packit Bot 4b9ea4
  administrative privileges to change the files or use the
Packit Bot 4b9ea4
  applications. In day-to-day use, you will not need to change any system files
Packit Bot 4b9ea4
  or use these applications, so by default you do not have administrative
Packit Bot 4b9ea4
  privileges.

Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

Sometimes you need to use these applications, so you may be able to

Packit Bot 4b9ea4
  temporarily get administrative privileges to allow you to make the changes.
Packit Bot 4b9ea4
  If an application needs administrative privileges, it will ask for your
Packit Bot 4b9ea4
  password. For example, if you want to install some new software, the software
Packit Bot 4b9ea4
  installer (package manager) will ask for your administrator password so it
Packit Bot 4b9ea4
  can add the new application to the system. Once it has finished, your
Packit Bot 4b9ea4
  administrative privileges will be taken away again.

Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

Administrative privileges are associated with your user account.

Packit Bot 4b9ea4
  <gui>Administrator</gui> users are allowed to have these privileges while
Packit Bot 4b9ea4
  <gui>Standard</gui> users are not. Without administrative privileges you will
Packit Bot 4b9ea4
  not be able to install software. Some user accounts (for example, the “root”
Packit Bot 4b9ea4
  account) have permanent administrative privileges. You should not use
Packit Bot 4b9ea4
  administrative privileges all of the time, because you might accidentally
Packit Bot 4b9ea4
  change something you did not intend to (like delete a needed system file, for
Packit Bot 4b9ea4
  example).

Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

In summary, administrative privileges allow you to change important parts

Packit Bot 4b9ea4
  of your system when needed, but prevent you from doing it accidentally.

Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <note>
Packit Bot 4b9ea4
    <title>What does “super user” mean?</title>
Packit Bot 4b9ea4
    

A user with administrative privileges is sometimes called a super

Packit Bot 4b9ea4
    user. This is simply because that user has more privileges than normal
Packit Bot 4b9ea4
    users. You might see people discussing things like <cmd>su</cmd> and
Packit Bot 4b9ea4
    <cmd>sudo</cmd>; these are programs for temporarily giving you “super user”
Packit Bot 4b9ea4
    (administrative) privileges.

Packit Bot 4b9ea4
  </note>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
<section id="advantages">
Packit Bot 4b9ea4
  <title>Why are administrative privileges useful?</title>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

Requiring users to have administrative privileges before important system

Packit Bot 4b9ea4
  changes are made is useful because it helps to prevent your system from being
Packit Bot 4b9ea4
  broken, intentionally or unintentionally.

Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

If you had administrative privileges all of the time, you might

Packit Bot 4b9ea4
  accidentally change an important file, or run an application which changes
Packit Bot 4b9ea4
  something important by mistake. Only getting administrative privileges
Packit Bot 4b9ea4
  temporarily, when you need them, reduces the risk of these mistakes
Packit Bot 4b9ea4
  happening.

Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

Only certain trusted users should be allowed to have administrative

Packit Bot 4b9ea4
  privileges. This prevents other users from messing with the computer and
Packit Bot 4b9ea4
  doing things like uninstalling applications that you need, installing
Packit Bot 4b9ea4
  applications that you don’t want, or changing important files. This is useful
Packit Bot 4b9ea4
  from a security standpoint.

Packit Bot 4b9ea4
Packit Bot 4b9ea4
</section>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
</page>