diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
commit | 8bc46a59dc8f511492abd94e10646d7d59e8e512 (patch) | |
tree | 580095dd49bad12626738301b82ee1c1076ea4b4 /chapter06/shadow.xml | |
parent | c321cf4b4b218564a506c7166cf4d295bb64dbb8 (diff) |
Add more commands to lists of what gets installed, thanks to Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 6d57ec694..83b8cf53c 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -202,7 +202,7 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> <seglistitem> <seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd, groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login, - logoutd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg (link to + logoutd, newgrp, newusers, nologin, passwd, pwck, pwconv, pwunconv, sg (link to newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and vipw</seg> <seg>libshadow.{a,so}</seg> @@ -415,6 +415,18 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> </listitem> </varlistentry> + <varlistentry id="nologin"> + <term><command>nologin</command></term> + <listitem> + <para>Displays a message that an account is not available. Designed + to be used as the default shell for accounts that have been + disabled</para> + <indexterm zone="ch-system-shadow nologin"> + <primary sortas="b-nologin">nologin</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="passwd"> <term><command>passwd</command></term> <listitem> |