~ubuntu-branches/ubuntu/vivid/ubuntu-docs/vivid-proposed

« back to all changes in this revision

Viewing changes to ubuntu-help/C/user-admin-explain.page

  • Committer: Bazaar Package Importer
  • Author(s): Matthew East
  • Date: 2011-04-29 14:49:35 UTC
  • Revision ID: james.westby@ubuntu.com-20110429144935-yjbprud1efvmcbtt
Tags: 11.10.1
* Use Gnome and gnome-doc-utils for packaging - update debian/control 
  for new build-deps accordingly
* Add Unity+Unity documentation here rather than gnome-user-docs; give it
  its own document id and install in ubuntu-help directory
* Remove browser homepage update-alternative system
* Update translations from gnome-user-docs natty package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="topic" style="tip"
 
3
      id="user-admin-explain">
 
4
 
 
5
  <info>
 
6
    <link type="guide" xref="user-accounts#privileges"/>
 
7
    
 
8
    <desc>You need admin privileges to change important parts of your system.</desc>
 
9
    
 
10
    <revision version="11.04" date="2011-04-26" status="final"/>
 
11
    <credit type="author">
 
12
      <name>GNOME Documentation Project</name>
 
13
      <email>gnome-doc-list@gnome.org</email>
 
14
    </credit>
 
15
    
 
16
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
17
  </info>
 
18
 
 
19
<title>How do administrative privileges work?</title>
 
20
 
 
21
<p>As well as the files that <em>you</em> create, your computer also has a number of files which are needed by the system for it to work properly. If these important <em>system files</em> are changed improperly they can cause various things to break, so they are protected from changes by default. Certain applications also modify important parts of the system, and so are also protected.</p>
 
22
 
 
23
<p>The way that they are protected is by only allowing users with <em>administrative privileges</em> to change the files or use the applications. In day-to-day use, you won't need to change any system files or use these applications, so by default you do not have admin privileges.</p>
 
24
 
 
25
<p>Sometimes you need to use these applications, so you can temporarily get admin privileges to allow you to make the changes. If an application needs admin privileges, it will ask for your password. For example, if you want to install some new software, the software installer (package manager) will ask for your admin password so it can add the new application to the system. Once it has finished, your admin privileges will be taken away again.</p>
 
26
 
 
27
<p>Admin privileges are associated with your user account. Some users are allowed to have admin privileges and some are not. If you aren't allowed any admin privileges, you will not be able to install software, for example. Some user accounts (for example, the "root" account) have permanent admin privileges. You shouldn't use admin privileges all of the time, because you might accidentally change an important file and break something.</p>
 
28
 
 
29
<p>In summary, admin privileges allow you to change important parts of your system when you need to, but prevent you from doing it accidentally.</p>
 
30
 
 
31
<note>
 
32
 <title>What does "super user" mean?</title>
 
33
 <p>A user with admin privileges is sometimes called a <em>super user</em>. This is simply because that user has more privileges than normal users. You might see people discussing things like <cmd>su</cmd> and <cmd>sudo</cmd>; these are programs for temporarily giving you "super user" (admin) privileges.</p>
 
34
</note>
 
35
 
 
36
<section id="advantages">
 
37
 <title>Why are admin privileges useful?</title>
 
38
 <p>Requiring users to have admin privileges before important system changes are made is useful because it helps to prevent your system from being broken, intentionally or unintentionally.</p>
 
39
 <p>If you had admin privileges all of the time, you might accidentally change an important file, or run an application which changes something important by mistake. Only getting admin privileges temporarily, when you need them, reduces the risk of these mistakes happening.</p>
 
40
 <p>Only certain, trusted users should be allowed to have admin privileges. This prevents other users from messing with the computer and doing things like uninstalling applications that you need, installing applications that you don't want, or changing important files. This is useful from a security standpoint.</p>
 
41
</section>
 
42
 
 
43
</page>