Ignore:
Timestamp:
12/16/2022 10:24:32 PM (19 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
410c6f8, 8cde104
Parents:
c8e374b
Message:

Patched clumsy verbiage. Added two items (hardlink, lsfd) to the list
of installed programs. Added (link to setarch) to the five items that
link to setarch. Corrected erroneous description of swapoff. Clarified
some of the "short descriptions". Changed the imperative mood to the
indicative mood, and added an "s" to a couple of possessive nouns.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    rc8e374b r9bb4939  
    7878
    7979    <para>The --disable and --without options prevent warnings about
    80     building components that require packages not in LFS or are
     80    building components that either require packages not in LFS, or are
    8181    inconsistent with programs installed by other packages.</para>
    8282
     
    9393    module.  Building it into the kernel will prevent booting.  For complete
    9494    coverage, other BLFS packages must be installed.  If desired, this test can
    95     be run after rebooting into the completed LFS system and running:</para>
     95    be run by booting into the completed LFS system and running:</para>
    9696
    9797<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
     
    126126        chmem, choom, chrt, col, colcrt, colrm, column, ctrlaltdel, delpart, dmesg,
    127127        eject, fallocate, fdisk, fincore, findfs, findmnt, flock, fsck,
    128         fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock,
    129         i386, ionice, ipcmk, ipcrm, ipcs, irqtop, isosize, kill, last, lastb (link to
    130         last), ldattach, linux32, linux64, logger, look, losetup, lsblk, lscpu,
    131         lsipc, lsirq, lslocks, lslogins, lsmem, lsns, mcookie, mesg, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
     128        fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hardlink, hexdump, hwclock,
     129        i386 (link to setarch), ionice, ipcmk, ipcrm, ipcs, irqtop, isosize, kill, last,
     130        lastb (link to last), ldattach, linux32 (link to setarch), linux64 (link to setarch),
     131        logger, look, losetup, lsblk, lscpu, lsipc, lsirq, lsfd, lslocks, lslogins,
     132        lsmem, lsns, mcookie, mesg, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
    132133        more, mount, mountpoint, namei, nsenter, partx, pivot_root, prlimit,
    133134        readprofile, rename, renice, resizepart, rev, rfkill, rtcwake, script,
    134135        scriptlive, scriptreplay, setarch, setsid, setterm, sfdisk, sulogin, swaplabel,
    135         swapoff (link to swapon), swapon, switch_root, taskset, uclampset, ul,
    136         umount, uname26, unshare, utmpdump, uuidd, uuidgen, uuidparse, wall, wdctl, whereis,
    137         wipefs, x86_64, and zramctl</seg>
     136        swapoff, swapon, switch_root, taskset, uclampset, ul,
     137        umount, uname26 (link to setarch), unshare, utmpdump, uuidd, uuidgen, uuidparse,
     138        wall, wdctl, whereis, wipefs, x86_64 (link to setarch), and zramctl</seg>
    138139        <seg>libblkid.so, libfdisk.so, libmount.so,
    139140        libsmartcols.so, and libuuid.so</seg>
     
    198199        <term><command>blkzone</command></term>
    199200        <listitem>
    200           <para>Runs zone command on the given block device</para>
     201          <para>Is used to manage zoned storage block devices</para>
    201202          <indexterm zone="ch-system-util-linux blkzone">
    202203            <primary sortas="b-blkzone">blkzone</primary>
     
    259260        <term><command>choom</command></term>
    260261        <listitem>
    261           <para>Displays and adjusts OOM-killer score</para>
     262          <para>Displays and adjusts OOM-killer scores, used to determine
     263          which process to kill first when Linux is Out Of Memory</para>
    262264          <indexterm zone="ch-system-util-linux choom">
    263265            <primary sortas="b-choom">choom</primary>
     
    391393        <term><command>findfs</command></term>
    392394        <listitem>
    393           <para>Finds a file system by label or Universally Unique Identifier
     395          <para>Finds a file system, either by label or Universally Unique Identifier
    394396          (UUID)</para>
    395397          <indexterm zone="ch-system-util-linux findfs">
     
    403405        <listitem>
    404406          <para>Is a command line interface to the libmount library
    405           for work with mountinfo, fstab and mtab files</para>
     407          for working with mountinfo, fstab and mtab files</para>
    406408          <indexterm zone="ch-system-util-linux findmnt">
    407409            <primary sortas="b-findmnt">findmnt</primary>
     
    483485        </listitem>
    484486      </varlistentry>
     487     
     488      <varlistentry id="hardlink">
     489        <term><command>hardlink</command></term>
     490        <listitem>
     491          <para>Consolidates duplicate files by creating hard links</para>
     492          <indexterm zone="ch-system-util-linux hardlink">
     493            <primary sortas="b-hardlink">hardlink</primary>
     494          </indexterm>
     495        </listitem>
     496      </varlistentry>
    485497
    486498      <varlistentry id="hexdump">
    487499        <term><command>hexdump</command></term>
    488500        <listitem>
    489           <para>Dumps the given file in hexadecimal or in another given
    490           format</para>
     501          <para>Dumps the given file in hexadecimal, decimal, octal,
     502          or ascii</para>
    491503          <indexterm zone="ch-system-util-linux hexdump">
    492504            <primary sortas="b-hexdump">hexdump</primary>
     
    691703        </listitem>
    692704      </varlistentry>
     705     
     706      <varlistentry id="lsfd">
     707        <term><command>lsfd</command></term>
     708        <listitem>
     709          <para>Displays information about open files; replaces <command>lsof</command></para>
     710          <indexterm zone="ch-system-util-linux lsfd">
     711            <primary sortas="b-lsfd">lsfd</primary>
     712          </indexterm>
     713        </listitem>
     714      </varlistentry>
    693715
    694716      <varlistentry id="lsipc">
     
    862884        <term><command>namei</command></term>
    863885        <listitem>
    864           <para>Shows the symbolic links in the given pathnames</para>
     886          <para>Shows the symbolic links in the given paths</para>
    865887          <indexterm zone="ch-system-util-linux namei">
    866888            <primary sortas="b-namei">namei</primary>
     
    904926        <term><command>prlimit</command></term>
    905927        <listitem>
    906           <para>Get and set a process' resource limits</para>
     928          <para>Gets and sets a process's resource limits</para>
    907929          <indexterm zone="ch-system-util-linux prlimit">
    908930            <primary sortas="b-prlimit">prlimit</primary>
     
    975997        <term><command>rtcwake</command></term>
    976998        <listitem>
    977           <para>Used to enter a system sleep state until specified wakeup
     999          <para>Used to enter a system sleep state until the specified wakeup
    9781000          time</para>
    9791001          <indexterm zone="ch-system-util-linux rtcwake">
     
    9961018        <term><command>scriptlive</command></term>
    9971019        <listitem>
    998           <para>Re-run session typescripts using timing information</para>
     1020          <para>Re-runs session typescripts using timing information</para>
    9991021          <indexterm zone="ch-system-util-linux scriptlive">
    10001022            <primary sortas="b-scriptlive">scriptlive</primary>
     
    10161038        <term><command>setarch</command></term>
    10171039        <listitem>
    1018           <para>Changes reported architecture in a new program environment and
     1040          <para>Changes reported architecture in a new program environment, and
    10191041          sets personality flags</para>
    10201042          <indexterm zone="ch-system-util-linux setarch">
     
    10691091        <term><command>swaplabel</command></term>
    10701092        <listitem>
    1071           <para>Allows to change swaparea UUID and label</para>
     1093          <para>Makes changes to the swap area's UUID and label</para>
    10721094          <indexterm zone="ch-system-util-linux swaplabel">
    10731095            <primary sortas="b-swaplabel">swaplabel</primary>
     
    10891111        <term><command>swapon</command></term>
    10901112        <listitem>
    1091           <para>Enables devices and files for paging and swapping and
     1113          <para>Enables devices and files for paging and swapping, and
    10921114          lists the devices and files currently in use</para>
    10931115          <indexterm zone="ch-system-util-linux swapon">
     
    11101132        <term><command>taskset</command></term>
    11111133        <listitem>
    1112           <para>Retrieves or sets a process' CPU affinity</para>
     1134          <para>Retrieves or sets a process's CPU affinity</para>
    11131135          <indexterm zone="ch-system-util-linux taskset">
    11141136            <primary sortas="b-taskset">taskset</primary>
     
    11201142        <term><command>uclampset</command></term>
    11211143        <listitem>
    1122           <para>Manipulate the utilization clamping attributes of the
     1144          <para>Manipulates the utilization clamping attributes of the
    11231145          system or a process</para>
    11241146          <indexterm zone="ch-system-util-linux uclampset">
     
    11721194        <term><command>utmpdump</command></term>
    11731195        <listitem>
    1174           <para>Displays the content of the given login file in a more
     1196          <para>Displays the content of the given login file in a
    11751197          user-friendly format</para>
    11761198          <indexterm zone="ch-system-util-linux utmpdump">
     
    11941216        <term><command>uuidgen</command></term>
    11951217        <listitem>
    1196           <para>Creates new UUIDs. Each new UUID can reasonably be considered
     1218          <para>Creates new UUIDs. Each new UUID is a random number likely to be
    11971219          unique among all UUIDs created, on the local system and on other
    1198           systems, in the past and in the future</para>
     1220          systems, in the past and in the future, with extremely high
     1221          probability (~340 trillion trillion trillion unique UUIDs are possible)</para>
    11991222          <indexterm zone="ch-system-util-linux uuidgen">
    12001223            <primary sortas="b-uuidgen">uuidgen</primary>
     
    12061229        <term><command>uuidparse</command></term>
    12071230        <listitem>
    1208           <para>An utility to parse unique identifiers</para>
     1231          <para>A utility to parse unique identifiers</para>
    12091232          <indexterm zone="ch-system-util-linux uuidparse">
    12101233            <primary sortas="b-uuidparse">uuidparse</primary>
     
    12381261        <listitem>
    12391262          <para>Reports the location of the binary, source, and man page
    1240           for the given command</para>
     1263          files for the given command</para>
    12411264          <indexterm zone="ch-system-util-linux whereis">
    12421265            <primary sortas="b-whereis">whereis</primary>
Note: See TracChangeset for help on using the changeset viewer.