source: appendixa/shadowpwd-desc.xml@ 212a71b

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 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 212a71b was 487b8e6, checked in by Timothy Bauscher <timothy@…>, 21 years ago

Converted shadow.

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

  • Property mode set to 100644
File size: 4.7 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<sect4><title>chage</title>
10<para>chage changes the number of days between password changes and the date of
11the last password change.</para></sect4>
12
13<sect4><title>chfn</title>
14<para>chfn changes a user's full name and other information
15(office room number, office phone number, and
16home phone number).</para></sect4>
17
18<sect4><title>chpasswd</title>
19<para>chpasswd reads a file of user name and password pairs from standard
20input and uses this information to update a group of
21existing users.</para></sect4>
22
23<sect4><title>chsh</title>
24<para>chsh changes the user login shell.</para></sect4>
25
26<sect4><title>dpasswd</title>
27<para>dpasswd adds, deletes and updates dial-up passwords for
28user login shells.</para></sect4>
29
30<sect4><title>expiry</title>
31<para>expiry checks and enforces a password expiration policy.</para></sect4>
32
33<sect4><title>faillog</title>
34<para>faillog formats the contents of the failure log, /var/log/faillog, and
35maintains failure counts and limits.</para></sect4>
36
37<sect4><title>gpasswd</title>
38<para>gpasswd is used to administer the /etc/group file.</para></sect4>
39
40<sect4><title>groupadd</title>
41<para>The groupadd command creates a new group account using the values
42specified on the command line and the default values from
43the system.</para></sect4>
44
45<sect4><title>groupdel</title>
46<para>The groupdel command modifies the system account files, deleting all
47entries that refer to group.</para></sect4>
48
49<sect4><title>groupmod</title>
50<para>The groupmod command modifies the system account files to reflect the
51changes that are specified on the command line.</para></sect4>
52
53<sect4><title>groups</title>
54<para>groups prints the groups which a user is in.</para></sect4>
55
56<sect4><title>grpck</title>
57<para>grpck verifies the integrity of the system authentication
58information.</para></sect4>
59
60<sect4><title>grpconv</title>
61<para>grpunconv converts to shadow group files from normal
62group files.</para></sect4>
63
64<sect4><title>grpunconv</title>
65<para>grpunconv converts from shadow group files to normal
66group files.</para></sect4>
67
68<sect4><title>lastlog</title>
69<para>lastlog formats and prints the contents of the last login log,
70/var/log/lastlog. The login-name, port and last login time will be
71printed.</para></sect4>
72
73<sect4><title>login</title>
74<para>login is used to establish a new session with the system.</para></sect4>
75
76<sect4><title>logoutd</title>
77<para>logoutd enforces the login time and port restrictions specified in
78/etc/porttime.</para></sect4>
79
80<sect4><title>mkpasswd</title>
81<para>mkpasswd reads a file in the format given by the flags and converts it
82to the corresponding database file format.</para></sect4>
83
84<sect4><title>newgrp</title>
85<para>newgrp is used to change the current group ID during a
86login session.</para></sect4>
87
88<sect4><title>newusers</title>
89<para>newusers reads a file of user name and clear text password pairs and uses
90this information to update a group of existing users or to create new
91users.</para></sect4>
92
93<sect4><title>passwd</title>
94<para>passwd changes passwords for user and group accounts.</para></sect4>
95
96<sect4><title>pwck</title>
97<para>pwck verifies the integrity of the password files.</para></sect4>
98
99<sect4><title>pwconv</title>
100<para>pwconv converts the normal password file
101to a shadowed password file.</para></sect4>
102
103<sect4><title>pwunconv</title>
104<para>pwunconv converts a shadowed password file
105to a normal password file.</para></sect4>
106
107<sect4><title>sg</title>
108<para>sg sets the user's GID to that of the given group, or executes a
109given command as member of the given group.</para></sect4>
110
111<sect4><title>useradd</title>
112<para>useradd creates a new user or updates default new user
113information.</para></sect4>
114
115<sect4><title>userdel</title>
116<para>userdel modifies the system account files, deleting all entries that
117refer to a specified login name.</para></sect4>
118
119<sect4><title>usermod</title>
120<para>usermod modifies the system account files to reflect the changes that
121are specified on the command line.</para></sect4>
122
123<sect4><title>vipw and vigr</title>
124<para>vipw and vigr will edit the files /etc/passwd and /etc/group,
125respectively. With the -s flag, they will edit the shadow versions of
126those files, /etc/shadow and /etc/gshadow, respectively.</para></sect4>
127
128</sect3>
129
130<sect3><title>Library file descriptions</title>
131
132<sect4><title>libmisc</title>
133<para>No description is currently available.</para></sect4>
134
135<sect4><title>libshadow</title>
136<para>libshadow provides common functionality for the shadow
137programs.</para></sect4>
138
139</sect3>
140
141</sect2>
Note: See TracBrowser for help on using the repository browser.