source: appendixa/shadowpwd-desc.xml@ 713cffb

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v3_0 v3_1 v3_2 v3_3 v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 713cffb was a9cb6f08, checked in by Gerard Beekmans <gerard@…>, 23 years ago

Spell Checks

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>
5The Shadow Password Suite contains the chage, chfn, chsh, expiry,
6faillog, gpasswd, lastlog, login, newgrp, passwd, sg, su, chpasswd,
7dpasswd, groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, logoutd,
8mkpasswd, newusers, pwck, pwconv, pwunconv, useradd, userdel, usermod
9and vipw programs.
10</para>
11
12</sect2>
13
14<sect2><title>Description</title>
15
16<sect3><title>chage</title>
17
18<para>
19chage changes the number of days between password changes and the date of
20the last password change.
21</para>
22
23</sect3>
24
25<sect3><title>chfn</title>
26
27<para>
28chfn changes user full name, office number, office extension, and home
29phone number information for a user's account.
30</para>
31
32</sect3>
33
34<sect3><title>chsh</title>
35
36<para>
37chsh changes the user login shell.
38</para>
39
40</sect3>
41
42<sect3><title>expiry</title>
43
44<para>
45Checks and enforces password expiration policy.
46</para>
47
48</sect3>
49
50<sect3><title>faillog</title>
51
52<para>
53faillog formats the contents of the failure log,/var/log/faillog, and
54maintains failure counts and limits.
55</para>
56
57</sect3>
58
59<sect3><title>gpasswd</title>
60
61<para>
62gpasswd is used to administer the /etc/group file
63</para>
64
65</sect3>
66
67<sect3><title>lastlog</title>
68
69<para>
70lastlog formats and prints the contents of the last login log,
71/var/log/lastlog. The login-name, port, and last login time will be printed.
72</para>
73
74</sect3>
75
76<sect3><title>login</title>
77
78<para>
79login is used to establish a new session with the system.
80</para>
81
82</sect3>
83
84<sect3><title>newgrp</title>
85
86<para>
87newgrp is used to change the current group ID during a login session.
88</para>
89
90</sect3>
91
92<sect3><title>passwd</title>
93
94<para>
95passwd changes passwords for user and group accounts.
96</para>
97
98</sect3>
99
100<sect3><title>sg</title>
101
102<para>
103sg executes command as a different group ID.
104</para>
105
106</sect3>
107
108<sect3><title>su</title>
109
110<para>
111Change the effective user id and group id to that of a user. This
112replaces the su programs that's installed from the Shellutils package.
113</para>
114
115</sect3>
116
117<sect3><title>chpasswd</title>
118
119<para>
120chpasswd reads a file of user name and password pairs from standard
121input and uses this information to update a group of existing users.
122</para>
123
124</sect3>
125
126<sect3><title>dpasswd</title>
127
128<para>
129dpasswd adds, deletes, and updates dial-up passwords for user login shells.
130</para>
131
132</sect3>
133
134<sect3><title>groupadd</title>
135
136<para>
137The groupadd command creates a new group account using the values
138specified on the command line and the default values from the system.
139</para>
140
141</sect3>
142
143<sect3><title>groupdel</title>
144
145<para>
146The groupdel command modifies the system account files, deleting all
147entries that refer to group.
148</para>
149
150</sect3>
151
152<sect3><title>groupmod</title>
153
154<para>
155The groupmod command modifies the system account files to reflect the
156changes that are specified on the command line.
157</para>
158
159</sect3>
160
161<sect3><title>grpck</title>
162
163<para>
164grpck verifies the integrity of the system authentication information.
165</para>
166
167</sect3>
168
169<sect3><title>grpconv</title>
170
171<para>
172grpunconv converts to shadow group files from normal group files.
173</para>
174
175</sect3>
176
177<sect3><title>grpunconv</title>
178
179<para>
180grpunconv converts from shadow group files to normal group files.
181</para>
182
183</sect3>
184
185<sect3><title>logoutd</title>
186
187<para>
188logoutd enforces the login time and port restrictions specified in
189/etc/porttime.
190</para>
191
192</sect3>
193
194<sect3><title>mkpasswd</title>
195
196<para>
197mkpasswd reads a file in the format given by the flags and converts it
198to the corresponding database file format.
199</para>
200
201</sect3>
202
203<sect3><title>newusers</title>
204
205<para>
206newusers reads a file of user name and clear text password pairs and uses
207this information to update a group of existing users or to create new users.
208</para>
209
210</sect3>
211
212<sect3><title>pwck</title>
213
214<para>
215pwck verifies the integrity of the system authentication information.
216</para>
217
218</sect3>
219
220<sect3><title>pwconv</title>
221
222<para>
223pwconv converts to shadow passwd files from normal passwd files.
224</para>
225
226</sect3>
227
228<sect3><title>pwunconv</title>
229
230<para>
231pwunconv converts from shadow passwd files to normal files.
232</para>
233
234</sect3>
235
236<sect3><title>useradd</title>
237
238<para>
239useradd creates a new user or update default new user information.
240</para>
241
242</sect3>
243
244<sect3><title>userdel</title>
245
246<para>
247userdel modifies the system account files, deleting all entries that
248refer to a specified login name.
249</para>
250
251</sect3>
252
253<sect3><title>usermod</title>
254
255<para>
256usermod modifies the system account files to reflect the changes that
257are specified on the command line.
258</para>
259
260</sect3>
261
262<sect3><title>vipw and vigr</title>
263
264<para>
265vipw and vigr will edit the files /etc/passwd and /etc/group,
266respectively. With the -s flag, they will edit the shadow versions of
267those files, /etc/shadow and /etc/gshadow, respectively.
268</para>
269
270</sect3>
271
272</sect2>
273
Note: See TracBrowser for help on using the repository browser.