source: appendixa/shadowpwd-desc.xml@ 8fcc2c0

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 12.2 12.2-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_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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 8fcc2c0 was 8fcc2c0, checked in by Gerard Beekmans <gerard@…>, 22 years ago

Changed package contents and dependencies titles...hopefully people now will get the hint that an old version isn't perse a bug

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

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