aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2006-06-10 15:46:30 +0000
committerKen Moffat <ken@linuxfromscratch.org>2006-06-10 15:46:30 +0000
commit8bc46a59dc8f511492abd94e10646d7d59e8e512 (patch)
tree580095dd49bad12626738301b82ee1c1076ea4b4 /chapter06/util-linux.xml
parentc321cf4b4b218564a506c7166cf4d295bb64dbb8 (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/util-linux.xml')
-rw-r--r--chapter06/util-linux.xml29
1 files changed, 26 insertions, 3 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 4892e6f29..900c89e40 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -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>