|
@@ -104,13 +104,13 @@ mkdir -p /var/lib/hwclock</userinput></screen>
|
|
|
<seglistitem>
|
|
|
<seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
|
|
|
colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat,
|
|
|
- fdisk, fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm,
|
|
|
+ fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm,
|
|
|
ipcs, isosize, line, logger, look, losetup, mcookie, mkfs, mkfs.bfs,
|
|
|
mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, pg, pivot_root,
|
|
|
ramsize (link to rdev), raw, rdev, readprofile, rename, renice, rev,
|
|
|
rootflags (link to rdev), script, setfdprm, setsid, setterm, sfdisk,
|
|
|
- swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode
|
|
|
- (link to rdev), whereis, and write</seg>
|
|
|
+ swapoff (link to swapon), swapon, tailf, tunelp, ul, umount,
|
|
|
+ vidmode (link to rdev), whereis, and write</seg>
|
|
|
</seglistitem>
|
|
|
</segmentedlist>
|
|
|
|
|
@@ -286,6 +286,17 @@ mkdir -p /var/lib/hwclock</userinput></screen>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry id="flock">
|
|
|
+ <term><command>flock</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Acquires a file lock and then executes a command with the lock
|
|
|
+ held</para>
|
|
|
+ <indexterm zone="ch-system-util-linux flock">
|
|
|
+ <primary sortas="b-fdisk">flock</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry id="fdisk">
|
|
|
<term><command>fdisk</command></term>
|
|
|
<listitem>
|
|
@@ -690,6 +701,18 @@ mkdir -p /var/lib/hwclock</userinput></screen>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry id="tailf">
|
|
|
+ <term><command>tailf</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Tracks the growth of a log file. Displays the last 10 lines
|
|
|
+ of a log file, then continues displaying any new entries in the
|
|
|
+ log file as they are created</para>
|
|
|
+ <indexterm zone="ch-system-util-linux tailf">
|
|
|
+ <primary sortas="b-tailf">tailf</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry id="tunelp">
|
|
|
<term><command>tunelp</command></term>
|
|
|
<listitem>
|