~ubuntu-branches/ubuntu/vivid/ubuntu-kylin-docs/vivid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Lei Luo
  • Date: 2014-04-10 14:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20140410145812-9mfgq3xleqy0l89f
Tags: 14.04.3

* Add "Replaces" field in debian control file to automatically remove
  ubuntu-docs before installation.
* Merge ubuntu-docs changes.
* Update zh_CN tranlation.

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 pkgversion="3.4.0" date="2012-02-19" status="review"/>
 
11
    <revision version="13.10" date="2013-10-23" status="review"/>
 
12
    <credit type="author">
 
13
      <name>GNOME Documentation Project</name>
 
14
      <email>gnome-doc-list@gnome.org</email>
 
15
    </credit>
 
16
 
 
17
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
18
  </info>
 
19
 
 
20
<title>How do administrative privileges work?</title>
 
21
 
 
22
  <p>As well as the files that <em>you</em> create, your computer has a number
 
23
 of files which are needed by the system for it to work properly. If these
 
24
 important <em>system files</em> are changed improperly they can cause various
 
25
 things to break, so they are protected from changes by default. Certain
 
26
 applications also modify important parts of the system, and so are also
 
27
 protected.</p>
 
28
 
 
29
  <p>The way that they are protected is by only allowing users with
 
30
 <em>administrative privileges</em> to change the files or use the applications.
 
31
 In day-to-day use, you won't need to change any system files or use these
 
32
 applications, so by default you do not have admin privileges.</p>
 
33
 
 
34
  <p>Sometimes you need to use these applications, so you may be able to
 
35
 temporarily get admin privileges to allow you to make the changes. If an
 
36
 application needs admin privileges, it will ask for your password. For example,
 
37
 if you want to install some new software, the software installer (package
 
38
 manager) will ask for your admin password so it can add the new application to
 
39
 the system. Once it has finished, your admin privileges will be taken away
 
40
 again.</p>
 
41
 
 
42
  <p>Admin privileges are associated with your user account. Some users are
 
43
 allowed to have admin privileges and some are not. Without admin privileges you
 
44
 will not be able to install software. Some user accounts (for example, the
 
45
 "root" account) have permanent admin privileges. You shouldn't use admin
 
46
 privileges all of the time, because you might accidentally change something
 
47
 you did not intend to (like delete a needed system file, for example).</p>
 
48
 
 
49
  <p>In summary, admin privileges allow you to change important parts of your
 
50
 system when needed, but prevent you from doing it accidentally.</p>
 
51
 
 
52
<note>
 
53
 <title>What does "super user" mean?</title>
 
54
  <p>A user with admin privileges is sometimes called a <em>super user</em>.
 
55
 This is simply because that user has more privileges than normal users. You
 
56
 might see people discussing things like <cmd>su</cmd> and <cmd>sudo</cmd>;
 
57
 these are programs for temporarily giving you "super user" (admin) privileges.</p>
 
58
</note>
 
59
 
 
60
<section id="advantages">
 
61
 <title>Why are admin privileges useful?</title>
 
62
  <p>Requiring users to have admin privileges before important system changes
 
63
 are made is useful because it helps to prevent your system from being broken,
 
64
 intentionally or unintentionally.</p>
 
65
  <p>If you had admin privileges all of the time, you might accidentally change
 
66
 an important file, or run an application which changes something important by
 
67
 mistake. Only getting admin privileges temporarily, when you need them, reduces
 
68
 the risk of these mistakes happening.</p>
 
69
  <p>Only certain trusted users should be allowed to have admin privileges.
 
70
 This prevents other users from messing with the computer and doing things like
 
71
 uninstalling applications that you need, installing applications that you don't
 
72
 want, or changing important files. This is useful from a security standpoint.</p>
 
73
</section>
 
74
 
 
75
</page>
 
 
b'\\ No newline at end of file'