source: appendixa/shadowpwd-desc.xml@ 90e3cb3

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 90e3cb3 was 5888299, checked in by Alex Gronenwoud <alex@…>, 20 years ago

Moving stuff from appendix A to chapter 6.

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

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