1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Adding a User</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Installation with DrakX">
<link rel="up" href="index.html" title="Installation with DrakX">
<link rel="prev" href="setRootPassword.html" title="Root Password">
<link rel="next" href="setupX.html" title="Configuring X, the Graphical Server"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css">
<!--
body { font-family: sans-serif; font-size: 13px }
table { font-family: sans-serif; font-size: 13px }
--></style></head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div lang="" class="section" title="Adding a User">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="drakxid-addUser"></a>Adding a User
</h2>
</div>
</div>
</div>
<p><a name="BId-drakxid-addUser-pa1"></a><span class="application">GNU/Linux</span> is a
multi-user system which means each user can have his or her own
preferences, own files and so on. But unlike <code class="literal">root</code>, who is the system
administrator, the <a class="indexterm" name="BId-drakxid-addUser-it1"></a>users you add at this point won't be authorized to
change anything except their own files and their own
configurations, protecting the system from unintentional or
malicious changes which could have a serious impact on it.
</p>
<p><a name="BIdNEW-drakxid-addUser-pa5"></a>You will have to create at
least one regular user for yourself — this is the account
which you should use for routine, day-to-day usage. Although it's
very easy to log in as <code class="literal">root</code> to do anything and
everything, it may also be very dangerous! A very simple mistake
could mean that your system won't work any more. If you make a
serious mistake as a regular user, the worst that can happen is that
you'll lose some information, but you won't affect the entire
system.
</p>
<p><a name="BId-drakxid-addUser-pa2"></a>The first field asks
you for a real name. <span class="application">DrakX</span> will use the first word you type
in this field and copy it, all in lowercase, to the <span class="guimenu">Login
name</span> field, which is the name this user will enter to log
on to the system. You can override it and change the <span class="guimenu">Login
Name</span>. The next step is to enter a password. From a
security point of view, a non-privileged (regular) user's password
is not as crucial as the <code class="literal">root</code> password, but
that's no reason to neglect it by making it blank or too simple:
after all, <span class="emphasis"><em>your</em></span> files could be the ones at
risk.
</p>
<p><a name="BId-drakxid-addUser-pa3"></a>Once you click on
<span class="guimenu">Accept user</span> you can add other users. Add a user
for each one of your friends, your father, your sister, etc. Click
<span class="guimenu">Next</span> when you're finished adding users.
</p>
<div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Tip">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="tip.png"></td>
<th align="left">Tip</th>
</tr>
<tr>
<td align="left" valign="top">
<p><a name="BId-drakxid-addUser-pa4"></a>Clicking the
<span class="guibutton">Advanced</span> button allows you to change the
default <code class="literal">shell</code> for that user
(<span class="application">bash</span> by default).
</p>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
|