~ubuntu-branches/ubuntu/hardy/xubuntu-docs/hardy-updates

« back to all changes in this revision

Viewing changes to xubuntu/administrative/C/administrative.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2007-10-02 09:13:32 UTC
  • Revision ID: james.westby@ubuntu.com-20071002091332-93qul3sr0k5paac1
Tags: 7.10.1
New Xubuntu docs for Gutsy, thanks to Luzius Thöny

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
 
3
        "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
4
<!ENTITY % globalent SYSTEM "../../../libs/global.ent">
 
5
%globalent;
 
6
<!ENTITY % cdo-C SYSTEM "../../../libs/cdo-C.ent">
 
7
%cdo-C;
 
8
<!ENTITY % xubuntu-ent SYSTEM "../../../xubuntu/libs/xubuntu.ent">
 
9
%xubuntu-ent;
 
10
<!ENTITY % xinclude SYSTEM "../../../libs/xinclude.mod">
 
11
%xinclude;
 
12
<!ENTITY language "en">
 
13
<!ENTITY ubuntu '<phrase>Ubuntu</phrase>'>
 
14
]>
 
15
        <chapter id="root-and-sudo" status="complete">
 
16
                        <title>Administrative Tasks</title>     
 
17
                        <para>In Xubuntu, for security reasons, administrative tasks are confined to users with special privileges. Administrative access is given to individual users, who may use the <application>sudo</application> command to perform administrative tasks. The first user account you created on your system during installation will, by default, have access to sudo. You can restrict and enable sudo access to users with the <application>Users and Groups</application> application (see <ulink url="users-groups;">users and groups</ulink> for more information).
 
18
                        </para>
 
19
                        <para>When you run an application that requires administrative privileges, sudo will ask you to input your user password. This ensures that rogue applications cannot damage your system, and serves as a reminder that you are about to perform administrative actions which require you to be careful! However, each time you insert the password, the system remembers it for 15 minutes so that you do not have to type it again. 
 
20
                        </para>
 
21
                        <para>To use sudo when using the command line, simply type "sudo" before the command you wish to run. Sudo will then prompt you for your password.
 
22
                        </para>
 
23
                        <para>Sudo will remember your password for a set amount of time, which by default is 15 minutes, but can be changed. This feature was designed to allow users to perform multiple administrative tasks without being asked for a password each time.
 
24
                        </para>
 
25
                                   <note>
 
26
                                                <para>Be careful when doing administrative tasks, you might damage your system!
 
27
                                                </para>
 
28
                                   </note>
 
29
                        <para>Some other tips on using sudo:
 
30
                        </para>
 
31
                        <itemizedlist>
 
32
                                <listitem>
 
33
                                <para>To use a "root" terminal, type "sudo -i" at the command line.
 
34
                                </para>
 
35
                                </listitem>
 
36
                                <listitem>
 
37
                                <para>All of the default graphical configuration tools in Ubuntu already use sudo, so they will prompt you for your password if needed.
 
38
                                </para>
 
39
                                </listitem>
 
40
                                <listitem>
 
41
                                <para>For more information on the <application>sudo</application> program and the absence of a root user in Ubuntu, read the <ulink url="https://help.ubuntu.com/community/RootSudo">sudo page</ulink> on the Ubuntu wiki.
 
42
                                </para>
 
43
                                </listitem>
 
44
 
 
45
                        </itemizedlist>
 
46
</chapter>