diff options
Diffstat (limited to 'chapter06/util-linux-ng.xml')
-rw-r--r-- | chapter06/util-linux-ng.xml | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/chapter06/util-linux-ng.xml b/chapter06/util-linux-ng.xml index 258c7b897..bccd6eb88 100644 --- a/chapter06/util-linux-ng.xml +++ b/chapter06/util-linux-ng.xml @@ -112,8 +112,8 @@ mkdir -pv /var/lib/hwclock</userinput></screen> linux64, logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, partx, pg, pivot_root, readprofile, rename, renice, rev, rtcwake, script, scriptreplay, - setarch, setsid, setterm, sfdisk, swapon, tailf, taskset, tunelp, ul, - umount, wall, whereis, and write</seg> + setarch, setsid, setterm, sfdisk, swapoff (link to swapon), swapon, + tailf, taskset, tunelp, ul, umount, wall, whereis, and write</seg> </seglistitem> </segmentedlist> @@ -444,6 +444,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen> </listitem> </varlistentry> + <varlistentry id="line"> + <term><command>line</command></term> + <listitem> + <para>Copies a single line</para> + <indexterm zone="ch-system-util-linux-ng line"> + <primary sortas="b-line">line</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="linux32"> <term><command>linux32</command></term> <listitem> @@ -464,16 +474,6 @@ mkdir -pv /var/lib/hwclock</userinput></screen> </listitem> </varlistentry> - <varlistentry id="line"> - <term><command>line</command></term> - <listitem> - <para>Copies a single line</para> - <indexterm zone="ch-system-util-linux-ng line"> - <primary sortas="b-line">line</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="logger"> <term><command>logger</command></term> <listitem> @@ -743,6 +743,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen> </listitem> </varlistentry> + <varlistentry id="swapoff"> + <term><command>swapoff</command></term> + <listitem> + <para>Disables devices and files for paging and swapping</para> + <indexterm zone="ch-system-util-linux-ng swapoff"> + <primary sortas="b-swapoff">swapoff</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="swapon"> <term><command>swapon</command></term> <listitem> |