source: appendixa/shadowpwd-desc.xml@ 3985670

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 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 3985670 was 978d0bf, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Changing the style of the command descriptions in appendix A.

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

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
2
3<sect2><title>Descriptions</title>
4
5<para>(Last checked against version &shadow-contversion;.)</para>
6
7<sect3><title>Program file descriptions</title>
8
9<para><command>chage</command> is used to change the maximum number of
10days between obligatory password changes.</para>
11
12<para><command>chfn</command> is used to change a user's full name and
13some other info.</para>
14
15<para><command>chpasswd</command> is used to update the passwords of a
16whole series of user accounts in one go.</para>
17
18<para><command>chsh</command> is used to change a user's default
19 login shell.</para>
20
21<para><command>dpasswd</command> is used to change dial-up passwords for
22user login shells.</para>
23
24<para><command>expiry</command> checks and enforces the current password
25expiration policy.</para>
26
27<para><command>faillog</command> is used to examine the log of login
28failures, to set a maximum number of failures before an account is blocked,
29or to reset the failure count.</para>
30
31<para><command>gpasswd</command> is used to add and delete members and
32administrators to groups.</para>
33
34<para><command>groupadd</command> creates a group with the given
35name.</para>
36
37<para><command>groupdel</command> deletes the group with the given
38name.</para>
39
40<para><command>groupmod</command> is used to modify the given group's
41name or GID.</para>
42
43<para><command>groups</command> reports the groups of which the given
44users are members.</para>
45
46<para><command>grpck</command> verifies the integrity of the group files,
47<filename>/etc/group</filename> and <filename>/etc/gshadow</filename>.</para>
48
49<para><command>grpconv</command> creates or updates the shadow group file
50from the normal group file.</para>
51
52<para><command>grpunconv</command> updates <filename>/etc/group</filename>
53from <filename>/etc/gshadow</filename> and then deletes the latter.</para>
54
55<para><command>lastlog</command> reports the most recent login of all
56users, or of a given user.</para>
57
58<para><command>login</command> is used by the system let users sign on.</para>
59
60<para><command>logoutd</command> is a daemon used to enforce restrictions
61on log-on time and ports.</para>
62
63<para><command>mkpasswd</command> encrypts the given password using the
64also given perturbation.</para>
65
66<para><command>newgrp</command> is used to change the current GID during
67a login session.</para>
68
69<para><command>newusers</command> is used to create or update a whole
70series of user accounts in one go.</para>
71
72<para><command>passwd</command> is used to change the password for a user
73or group account.</para>
74
75<para><command>pwck</command> verifies the integrity of the password files,
76<filename>/etc/passwd</filename> and <filename>/etc/shadow</filename>.</para>
77
78<para><command>pwconv</command> creates or updates the shadow password file
79from the normal password file.</para>
80
81<para><command>pwunconv</command> updates <filename>/etc/passwd</filename>
82from <filename>/etc/shadow</filename> and then deletes the latter.</para>
83
84<para><command>sg</command> executes a given command while the user's GID
85is set to that of the given group.</para>
86
87<para><command>useradd</command> creates a new user with the given name,
88or updates the default new-user information.</para>
89
90<para><command>userdel</command> deletes the given user account.</para>
91
92<para><command>usermod</command> is used to modify the given user's
93login name, UID, shell, initial group, home directory, and the like.</para>
94
95<para><command>vigr</command> can be used to edit the
96<filename>/etc/group</filename> or <filename>/etc/gshadow</filename>
97files.</para>
98
99<para><command>vipw</command> can be used to edit the
100<filename>/etc/passwd</filename> or <filename>/etc/shadow</filename>
101files.</para>
102
103</sect3>
104
105<sect3><title>Library file descriptions</title>
106
107<para><command>libmisc</command>...</para>
108
109<para><command>libshadow</command> contains functions used by most
110programs in this package.</para>
111
112</sect3>
113
114</sect2>
115
Note: See TracBrowser for help on using the repository browser.