source: appendixa/shadowpwd-desc.xml@ 4c63d1e

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_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 4c63d1e was c1c2ea4, checked in by Gerard Beekmans <gerard@…>, 23 years ago

added missing vigr

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

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