mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-20 19:25:03 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
d3aa932043
@ -215,8 +215,23 @@ chmod -v 600 /var/log/btmp</userinput></screen>
|
|||||||
failed login attempts. The <filename>/var/log/btmp</filename> file records
|
failed login attempts. The <filename>/var/log/btmp</filename> file records
|
||||||
the bad login attempts.</para>
|
the bad login attempts.</para>
|
||||||
|
|
||||||
<note><para>The <filename>/run/utmp</filename> file records the users that
|
<!-- systemd no longer creates this -->
|
||||||
are currently logged in. This file is created dynamically in the boot
|
<note revision='sysv'><para>The <filename>/run/utmp</filename> file
|
||||||
scripts.</para></note>
|
records the users that are currently logged in. This file is created
|
||||||
|
dynamically in the boot scripts.</para></note>
|
||||||
|
|
||||||
|
<!-- AFAIK they are not vital for system function, users requiring such
|
||||||
|
info should rely on systemd-logind or elogind or some custom PAM
|
||||||
|
module. Maybe we can stop to create them at all. -->
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
The <phrase revision='sysv'><filename>utmp</filename>,
|
||||||
|
</phrase><filename>wtmp</filename>, <filename>btmp</filename>, and
|
||||||
|
<filename>lastlog</filename> files use 32-bit integers for timestamp
|
||||||
|
and they'll be fundamentally broken after year 2038. Many packages
|
||||||
|
have stopped using them and other packages are going to stop using
|
||||||
|
them. Do not rely on the contents of them for anything.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -276,7 +276,7 @@ useradd -D --gid 999</userinput></screen>
|
|||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog,
|
<seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog,
|
||||||
getsubids, gpasswd, groupadd, groupdel, groupmems, groupmod, grpck,
|
getsubids, gpasswd, groupadd, groupdel, groupmems, groupmod, grpck,
|
||||||
grpconv, grpunconv, lastlog, login, logoutd, newgidmap, newgrp,
|
grpconv, grpunconv, login, logoutd, newgidmap, newgrp,
|
||||||
newuidmap, newusers, nologin, passwd, pwck, pwconv, pwunconv,
|
newuidmap, newusers, nologin, passwd, pwck, pwconv, pwunconv,
|
||||||
sg (link to newgrp), su, useradd, userdel, usermod,
|
sg (link to newgrp), su, useradd, userdel, usermod,
|
||||||
vigr (link to vipw), and vipw</seg>
|
vigr (link to vipw), and vipw</seg>
|
||||||
@ -459,17 +459,6 @@ useradd -D --gid 999</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="lastlog">
|
|
||||||
<term><command>lastlog</command></term>
|
|
||||||
<listitem>
|
|
||||||
<para>Reports the most recent login of all users or of a
|
|
||||||
given user</para>
|
|
||||||
<indexterm zone="ch-system-shadow lastlog">
|
|
||||||
<primary sortas="b-lastlog">lastlog</primary>
|
|
||||||
</indexterm>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry id="login">
|
<varlistentry id="login">
|
||||||
<term><command>login</command></term>
|
<term><command>login</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user