mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
1e15437f33
@ -113,7 +113,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s
|
||||
<term><command>touch /usr/bin/passwd</command></term>
|
||||
<listitem>
|
||||
<para>The file <filename>/usr/bin/passwd</filename> needs
|
||||
to exist because its location is harcoded in some programs, and
|
||||
to exist because its location is hardcoded in some programs, and
|
||||
if it does not exist, the default location is not right.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -246,11 +246,12 @@ useradd -D --gid 999</userinput></screen>
|
||||
<segtitle>Installed directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd,
|
||||
groupadd, groupdel, groupmems, groupmod, grpck, grpconv, grpunconv,
|
||||
lastlog, login, logoutd, newgidmap, newgrp, newuidmap, newusers,
|
||||
nologin, passwd, pwck, pwconv, pwunconv, sg (link to newgrp), su,
|
||||
useradd, userdel, usermod, vigr (link to vipw), and vipw</seg>
|
||||
<seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog,
|
||||
getsubids, gpasswd, groupadd, groupdel, groupmems, groupmod, grpck,
|
||||
grpconv, grpunconv, lastlog, login, logoutd, newgidmap, newgrp,
|
||||
newuidmap, newusers, nologin, passwd, pwck, pwconv, pwunconv,
|
||||
sg (link to newgrp), su, useradd, userdel, usermod,
|
||||
vigr (link to vipw), and vipw</seg>
|
||||
<seg>/etc/default</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -333,6 +334,16 @@ useradd -D --gid 999</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="getsubids">
|
||||
<term><command>getsubids</command></term>
|
||||
<listitem>
|
||||
<para>Is used to list the subordinate id ranges for a user</para>
|
||||
<indexterm zone="ch-system-shadow getsubids">
|
||||
<primary sortas="b-getsubids">getsubids</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="gpasswd">
|
||||
<term><command>gpasswd</command></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user