Ignore:
Timestamp:
12/25/2022 02:07:00 PM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
0cbb853
Parents:
ed7a3952 (diff), fb3f5d7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    red7a3952 r688a8f5  
    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         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        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, 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, 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>
     
    681693        </listitem>
    682694      </varlistentry>
     695     
     696      <varlistentry id="lsfd">
     697        <term><command>lsfd</command></term>
     698        <listitem>
     699          <para>Displays information about open files; replaces <command>lsof</command></para>
     700          <indexterm zone="ch-system-util-linux lsfd">
     701            <primary sortas="b-lsfd">lsfd</primary>
     702          </indexterm>
     703        </listitem>
     704      </varlistentry>
    683705
    684706      <varlistentry id="lsipc">
     
    852874        <term><command>namei</command></term>
    853875        <listitem>
    854           <para>Shows the symbolic links in the given pathnames</para>
     876          <para>Shows the symbolic links in the given paths</para>
    855877          <indexterm zone="ch-system-util-linux namei">
    856878            <primary sortas="b-namei">namei</primary>
     
    894916        <term><command>prlimit</command></term>
    895917        <listitem>
    896           <para>Get and set a process' resource limits</para>
     918          <para>Gets and sets a process's resource limits</para>
    897919          <indexterm zone="ch-system-util-linux prlimit">
    898920            <primary sortas="b-prlimit">prlimit</primary>
     
    965987        <term><command>rtcwake</command></term>
    966988        <listitem>
    967           <para>Used to enter a system sleep state until specified wakeup
     989          <para>Used to enter a system sleep state until the specified wakeup
    968990          time</para>
    969991          <indexterm zone="ch-system-util-linux rtcwake">
     
    9861008        <term><command>scriptlive</command></term>
    9871009        <listitem>
    988           <para>Re-run session typescripts using timing information</para>
     1010          <para>Re-runs session typescripts using timing information</para>
    9891011          <indexterm zone="ch-system-util-linux scriptlive">
    9901012            <primary sortas="b-scriptlive">scriptlive</primary>
     
    10061028        <term><command>setarch</command></term>
    10071029        <listitem>
    1008           <para>Changes reported architecture in a new program environment and
     1030          <para>Changes reported architecture in a new program environment, and
    10091031          sets personality flags</para>
    10101032          <indexterm zone="ch-system-util-linux setarch">
     
    10591081        <term><command>swaplabel</command></term>
    10601082        <listitem>
    1061           <para>Allows to change swaparea UUID and label</para>
     1083          <para>Makes changes to the swap area's UUID and label</para>
    10621084          <indexterm zone="ch-system-util-linux swaplabel">
    10631085            <primary sortas="b-swaplabel">swaplabel</primary>
     
    10791101        <term><command>swapon</command></term>
    10801102        <listitem>
    1081           <para>Enables devices and files for paging and swapping and
     1103          <para>Enables devices and files for paging and swapping, and
    10821104          lists the devices and files currently in use</para>
    10831105          <indexterm zone="ch-system-util-linux swapon">
     
    11001122        <term><command>taskset</command></term>
    11011123        <listitem>
    1102           <para>Retrieves or sets a process' CPU affinity</para>
     1124          <para>Retrieves or sets a process's CPU affinity</para>
    11031125          <indexterm zone="ch-system-util-linux taskset">
    11041126            <primary sortas="b-taskset">taskset</primary>
     
    11101132        <term><command>uclampset</command></term>
    11111133        <listitem>
    1112           <para>Manipulate the utilization clamping attributes of the
     1134          <para>Manipulates the utilization clamping attributes of the
    11131135          system or a process</para>
    11141136          <indexterm zone="ch-system-util-linux uclampset">
     
    11621184        <term><command>utmpdump</command></term>
    11631185        <listitem>
    1164           <para>Displays the content of the given login file in a more
     1186          <para>Displays the content of the given login file in a
    11651187          user-friendly format</para>
    11661188          <indexterm zone="ch-system-util-linux utmpdump">
     
    11841206        <term><command>uuidgen</command></term>
    11851207        <listitem>
    1186           <para>Creates new UUIDs. Each new UUID can reasonably be considered
     1208          <para>Creates new UUIDs. Each new UUID is a random number likely to be
    11871209          unique among all UUIDs created, on the local system and on other
    1188           systems, in the past and in the future</para>
     1210          systems, in the past and in the future, with extremely high
     1211          probability (~340 trillion trillion trillion unique UUIDs are possible)</para>
    11891212          <indexterm zone="ch-system-util-linux uuidgen">
    11901213            <primary sortas="b-uuidgen">uuidgen</primary>
     
    11961219        <term><command>uuidparse</command></term>
    11971220        <listitem>
    1198           <para>An utility to parse unique identifiers</para>
     1221          <para>A utility to parse unique identifiers</para>
    11991222          <indexterm zone="ch-system-util-linux uuidparse">
    12001223            <primary sortas="b-uuidparse">uuidparse</primary>
     
    12281251        <listitem>
    12291252          <para>Reports the location of the binary, source, and man page
    1230           for the given command</para>
     1253          files for the given command</para>
    12311254          <indexterm zone="ch-system-util-linux whereis">
    12321255            <primary sortas="b-whereis">whereis</primary>
Note: See TracChangeset for help on using the changeset viewer.