source: appendixa/shadowpwd-desc.xml@ dfddb12

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_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 dfddb12 was 04a3351, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Changing the style of the 'Content' subsections.

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

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