source: chapter06/util-linux.xml@ be9755e

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since be9755e was be9755e, checked in by Archaic <archaic@…>, 19 years ago

Added a patch for util-linux to prevent a umount vulnerability.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 21.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 <!ENTITY % patches-entities SYSTEM "../patches.ent">
5 %general-entities;
6 %patches-entities;
7]>
8<sect1 id="ch-system-util-linux" role="wrap">
9<title>Util-linux-&util-linux-version;</title>
10<?dbhtml filename="util-linux.html"?>
11
12<indexterm zone="ch-system-util-linux"><primary sortas="a-Util-linux">Util-linux</primary></indexterm>
13
14<sect2 role="package"><title/>
15<para>The Util-linux package contains miscellaneous utility programs. Among
16them are utilities for handling file systems, consoles, partitions, and
17messages.</para>
18
19<segmentedlist>
20<segtitle>&buildtime;</segtitle>
21<segtitle>&diskspace;</segtitle>
22<seglistitem><seg>0.2 SBU</seg><seg>11.6 MB</seg></seglistitem>
23</segmentedlist>
24
25<segmentedlist>
26<segtitle>&dependencies;</segtitle>
27<seglistitem><seg>Bash, Binutils, Coreutils,
28Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed, and Zlib</seg></seglistitem>
29</segmentedlist>
30</sect2>
31
32<sect2 role="installation">
33<title>FHS compliance notes</title>
34
35<para>The FHS recommends using the <filename
36class="directory">/var/lib/hwclock</filename> directory instead of the
37usual <filename class="directory">/etc</filename> directory as the
38location for the <filename>adjtime</filename> file. To make the
39<command>hwclock</command> program FHS-compliant, run the
40following:</para>
41
42<screen><userinput>sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
43 hwclock/hwclock.c
44mkdir -p /var/lib/hwclock</userinput></screen>
45
46</sect2>
47
48<sect2 role="installation">
49<title>Installation of Util-linux</title>
50
51<para>Util-linux fails to compile against newer versions of Linux-Libc-Headers.
52The following patch properly fixes this issue:</para>
53
54<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
55
56<para><command>cfdisk</command> segfaults if the disk contains a linux partition
57(type 83) that doesn't have an <systemitem class="filesystem">ext2</systemitem>,
58<systemitem class="filesystem">ext3</systemitem>,
59<systemitem class="filesystem">xfs</systemitem> or
60<systemitem class="filesystem">jfs</systemitem> filesystem on it. Apply the
61following patch to fix the problem:</para>
62
63<screen><userinput>patch -Np1 -i ../&util-linux-reiser_crash-patch;</userinput></screen>
64
65<para>Util-linux has a security vulnerability that could allow a user to remount
66a volume without the nosuid option. The following patch fixes this issue:</para>
67
68<screen><userinput>patch -Np1 -i ../&util-linux-umount-patch;</userinput></screen>
69
70<para>Prepare Util-linux for compilation:</para>
71
72<screen><userinput>./configure</userinput></screen>
73
74<para>Compile the package:</para>
75
76<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes</userinput></screen>
77
78<para>The meaning of the make parameters:</para>
79
80<variablelist>
81<varlistentry>
82<term><parameter>HAVE_KILL=yes</parameter></term>
83<listitem><para>This prevents the
84<command>kill</command> program (already installed by Procps) from being
85built and installed again.</para></listitem>
86</varlistentry>
87
88<varlistentry>
89<term><parameter>HAVE_SLN=yes</parameter></term>
90<listitem><para>This prevents the <command>sln</command> program (a
91statically linked version of <command>ln</command> already installed
92by Glibc) from being built and installed again.</para></listitem>
93</varlistentry>
94</variablelist>
95
96<para>This package does not come with a test suite.</para>
97
98<para>Install the package and move the <command>logger</command> binary to
99<filename class="directory">/bin</filename> as it is needed by the
100LFS-Bootscripts package:</para>
101
102<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install
103mv /usr/bin/logger /bin</userinput></screen>
104
105</sect2>
106
107<sect2 id="contents-utillinux" role="content"><title>Contents of Util-linux</title>
108
109<segmentedlist>
110<segtitle>Installed programs</segtitle>
111<seglistitem><seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
112colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat, fdisk,
113fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm, ipcs, isosize, line,
114logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
115more, mount, namei, pg, pivot_root, ramsize (link to rdev), raw, rdev, readprofile,
116rename, renice, rev, rootflags (link to rdev), script, setfdprm, setsid, setterm,
117sfdisk, swapdev, swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode (link to rdev),
118whereis, and write</seg></seglistitem>
119</segmentedlist>
120
121<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
122<?dbfo list-presentation="list"?>
123<?dbhtml list-presentation="table"?>
124
125<varlistentry id="agetty">
126<term><command>agetty</command></term>
127<listitem>
128<para>Opens a tty port, prompts for a login name,
129and then invokes the <command>login</command> program</para>
130<indexterm zone="ch-system-util-linux agetty"><primary sortas="b-agetty">agetty</primary></indexterm>
131</listitem>
132</varlistentry>
133
134<varlistentry id="arch">
135<term><command>arch</command></term>
136<listitem>
137<para>Reports the machine's architecture</para>
138<indexterm zone="ch-system-util-linux arch"><primary sortas="b-arch">arch</primary></indexterm>
139</listitem>
140</varlistentry>
141
142<varlistentry id="blockdev">
143<term><command>blockdev</command></term>
144<listitem>
145<para>Allows users to call block device ioctls from the command line</para>
146<indexterm zone="ch-system-util-linux blockdev"><primary sortas="b-blockdev">blockdev</primary></indexterm>
147</listitem>
148</varlistentry>
149
150<varlistentry id="cal">
151<term><command>cal</command></term>
152<listitem>
153<para>Displays a simple calendar</para>
154<indexterm zone="ch-system-util-linux cal"><primary sortas="b-cal">cal</primary></indexterm>
155</listitem>
156</varlistentry>
157
158<varlistentry id="cfdisk">
159<term><command>cfdisk</command></term>
160<listitem>
161<para>Manipulates the partition table of the given device</para>
162<indexterm zone="ch-system-util-linux cfdisk"><primary sortas="b-cfdisk">cfdisk</primary></indexterm>
163</listitem>
164</varlistentry>
165
166<varlistentry id="chkdupexe">
167<term><command>chkdupexe</command></term>
168<listitem>
169<para>Finds duplicate executables</para>
170<indexterm zone="ch-system-util-linux chkdupexe"><primary sortas="b-chkdupexe">chkdupexe</primary></indexterm>
171</listitem>
172</varlistentry>
173
174<varlistentry id="col">
175<term><command>col</command></term>
176<listitem>
177<para>Filters out reverse line feeds</para>
178<indexterm zone="ch-system-util-linux col"><primary sortas="b-col">col</primary></indexterm>
179</listitem>
180</varlistentry>
181
182<varlistentry id="colcrt">
183<term><command>colcrt</command></term>
184<listitem>
185<para>Filters <command>nroff</command> output for terminals
186that lack some capabilities, such as overstriking and half-lines</para>
187<indexterm zone="ch-system-util-linux colcrt"><primary sortas="b-colcrt">colcrt</primary></indexterm>
188</listitem>
189</varlistentry>
190
191<varlistentry id="colrm">
192<term><command>colrm</command></term>
193<listitem>
194<para>Filters out the given columns</para>
195<indexterm zone="ch-system-util-linux colrm"><primary sortas="b-colrm">colrm</primary></indexterm>
196</listitem>
197</varlistentry>
198
199<varlistentry id="column">
200<term><command>column</command></term>
201<listitem>
202<para>Formats a given file into multiple columns</para>
203<indexterm zone="ch-system-util-linux column"><primary sortas="b-column">column</primary></indexterm>
204</listitem>
205</varlistentry>
206
207<varlistentry id="ctrlaltdel">
208<term><command>ctrlaltdel</command></term>
209<listitem>
210<para>Sets the function of the Ctrl+Alt+Del key combination to a hard or a
211soft reset</para>
212<indexterm zone="ch-system-util-linux ctrlaltdel"><primary sortas="b-ctrlaltdel">ctrlaltdel</primary></indexterm>
213</listitem>
214</varlistentry>
215
216<varlistentry id="cytune">
217<term><command>cytune</command></term>
218<listitem>
219<para>Tunes the parameters of the serial line drivers for
220Cyclades cards</para>
221<indexterm zone="ch-system-util-linux cytune"><primary sortas="b-cytune">cytune</primary></indexterm>
222</listitem>
223</varlistentry>
224
225<varlistentry id="ddate">
226<term><command>ddate</command></term>
227<listitem>
228<para>Gives the Discordian date or converts the given Gregorian date
229to a Discordian one</para>
230<indexterm zone="ch-system-util-linux ddate"><primary sortas="b-ddate">ddate</primary></indexterm>
231</listitem>
232</varlistentry>
233
234<varlistentry id="dmesg">
235<term><command>dmesg</command></term>
236<listitem>
237<para>Dumps the kernel boot messages</para>
238<indexterm zone="ch-system-util-linux dmesg"><primary sortas="b-dmesg">dmesg</primary></indexterm>
239</listitem>
240</varlistentry>
241
242<varlistentry id="elvtune">
243<term><command>elvtune</command></term>
244<listitem>
245<para>Tunes the performance and interactivity of a block
246device</para>
247<indexterm zone="ch-system-util-linux elvtune"><primary sortas="b-elvtune">elvtune</primary></indexterm>
248</listitem>
249</varlistentry>
250
251<varlistentry id="fdformat">
252<term><command>fdformat</command></term>
253<listitem>
254<para>Low-level formats a floppy disk</para>
255<indexterm zone="ch-system-util-linux fdformat"><primary sortas="b-fdformat">fdformat</primary></indexterm>
256</listitem>
257</varlistentry>
258
259<varlistentry id="fdisk">
260<term><command>fdisk</command></term>
261<listitem>
262<para>Manipulates the partition table of the given device</para>
263<indexterm zone="ch-system-util-linux fdisk"><primary sortas="b-fdisk">fdisk</primary></indexterm>
264</listitem>
265</varlistentry>
266
267<varlistentry id="fsck.cramfs">
268<term><command>fsck.cramfs</command></term>
269<listitem>
270<para>Performs a consistency check on the Cramfs file system on the
271given device</para>
272<indexterm zone="ch-system-util-linux fsck.cramfs"><primary sortas="b-fsck.cramfs">fsck.cramfs</primary></indexterm>
273</listitem>
274</varlistentry>
275
276<varlistentry id="fsck.minix">
277<term><command>fsck.minix</command></term>
278<listitem>
279<para>Performs a consistency check on the Minix file system on the
280given device</para>
281<indexterm zone="ch-system-util-linux fsck.minix"><primary sortas="b-fsck.minix">fsck.minix</primary></indexterm>
282</listitem>
283</varlistentry>
284
285<varlistentry id="getopt">
286<term><command>getopt</command></term>
287<listitem>
288<para>Parses options in the given command line</para>
289<indexterm zone="ch-system-util-linux getopt"><primary sortas="b-getopt">getopt</primary></indexterm>
290</listitem>
291</varlistentry>
292
293<varlistentry id="hexdump">
294<term><command>hexdump</command></term>
295<listitem>
296<para>Dumps the given file in hexadecimal or in another given format</para>
297<indexterm zone="ch-system-util-linux hexdump"><primary sortas="b-hexdump">hexdump</primary></indexterm>
298</listitem>
299</varlistentry>
300
301<varlistentry id="hwclock">
302<term><command>hwclock</command></term>
303<listitem>
304<para>Reads or sets the system's hardware clock, also called
305the Real-Time Clock (RTC) or Basic Input-Output System (BIOS)
306clock</para>
307<indexterm zone="ch-system-util-linux hwclock"><primary sortas="b-hwclock">hwclock</primary></indexterm>
308</listitem>
309</varlistentry>
310
311<varlistentry id="ipcrm">
312<term><command>ipcrm</command></term>
313<listitem>
314<para>Removes the given Inter-Process Communication (IPC) resource</para>
315<indexterm zone="ch-system-util-linux ipcrm"><primary sortas="b-ipcrm">ipcrm</primary></indexterm>
316</listitem>
317</varlistentry>
318
319<varlistentry id="ipcs">
320<term><command>ipcs</command></term>
321<listitem>
322<para>Provides IPC status information</para>
323<indexterm zone="ch-system-util-linux ipcs"><primary sortas="b-ipcs">ipcs</primary></indexterm>
324</listitem>
325</varlistentry>
326
327<varlistentry id="isosize">
328<term><command>isosize</command></term>
329<listitem>
330<para>Reports the size of an iso9660 file system</para>
331<indexterm zone="ch-system-util-linux isosize"><primary sortas="b-isosize">isosize</primary></indexterm>
332</listitem>
333</varlistentry>
334
335<varlistentry id="line">
336<term><command>line</command></term>
337<listitem>
338<para>Copies a single line</para>
339<indexterm zone="ch-system-util-linux line"><primary sortas="b-line">line</primary></indexterm>
340</listitem>
341</varlistentry>
342
343<varlistentry id="logger">
344<term><command>logger</command></term>
345<listitem>
346<para>Enters the given message into the system log</para>
347<indexterm zone="ch-system-util-linux logger"><primary sortas="b-logger">logger</primary></indexterm>
348</listitem>
349</varlistentry>
350
351<varlistentry id="look">
352<term><command>look</command></term>
353<listitem>
354<para>Displays lines that begin with the given string</para>
355<indexterm zone="ch-system-util-linux look"><primary sortas="b-look">look</primary></indexterm>
356</listitem>
357</varlistentry>
358
359<varlistentry id="losetup">
360<term><command>losetup</command></term>
361<listitem>
362<para>Sets up and controls loop devices</para>
363<indexterm zone="ch-system-util-linux losetup"><primary sortas="b-losetup">losetup</primary></indexterm>
364</listitem>
365</varlistentry>
366
367<varlistentry id="mcookie">
368<term><command>mcookie</command></term>
369<listitem>
370<para>Generates magic cookies (128-bit random hexadecimal numbers) for
371<command>xauth</command></para>
372<indexterm zone="ch-system-util-linux mcookie"><primary sortas="b-mcookie">mcookie</primary></indexterm>
373</listitem>
374</varlistentry>
375
376<varlistentry id="mkfs">
377<term><command>mkfs</command></term>
378<listitem>
379<para>Builds a file system on a device (usually a hard disk
380partition)</para>
381<indexterm zone="ch-system-util-linux mkfs"><primary sortas="b-mkfs">mkfs</primary></indexterm>
382</listitem>
383</varlistentry>
384
385<varlistentry id="mkfs.bfs">
386<term><command>mkfs.bfs</command></term>
387<listitem>
388<para>Creates a Santa Cruz Operations (SCO) bfs file system</para>
389<indexterm zone="ch-system-util-linux mkfs.bfs"><primary sortas="b-mkfs.bfs">mkfs.bfs</primary></indexterm>
390</listitem>
391</varlistentry>
392
393<varlistentry id="mkfs.cramfs">
394<term><command>mkfs.cramfs</command></term>
395<listitem>
396<para>Creates a cramfs file system</para>
397<indexterm zone="ch-system-util-linux mkfs.cramfs"><primary sortas="b-mkfs.cramfs">mkfs.cramfs</primary></indexterm>
398</listitem>
399</varlistentry>
400
401<varlistentry id="mkfs.minix">
402<term><command>mkfs.minix</command></term>
403<listitem>
404<para>Creates a Minix file system</para>
405<indexterm zone="ch-system-util-linux mkfs.minix"><primary sortas="b-mkfs.minix">mkfs.minix</primary></indexterm>
406</listitem>
407</varlistentry>
408
409<varlistentry id="mkswap">
410<term><command>mkswap</command></term>
411<listitem>
412<para>Initializes the given device or file to be used as a swap area</para>
413<indexterm zone="ch-system-util-linux mkswap"><primary sortas="b-mkswap">mkswap</primary></indexterm>
414</listitem>
415</varlistentry>
416
417<varlistentry id="more">
418<term><command>more</command></term>
419<listitem>
420<para>A filter for paging through text one screen at a time</para>
421<indexterm zone="ch-system-util-linux more"><primary sortas="b-more">more</primary></indexterm>
422</listitem>
423</varlistentry>
424
425<varlistentry id="mount">
426<term><command>mount</command></term>
427<listitem>
428<para>Attaches the file system on the given device to a specified
429directory in the file-system tree</para>
430<indexterm zone="ch-system-util-linux mount"><primary sortas="b-mount">mount</primary></indexterm>
431</listitem>
432</varlistentry>
433
434<varlistentry id="namei">
435<term><command>namei</command></term>
436<listitem>
437<para>Shows the symbolic links in the given pathnames</para>
438<indexterm zone="ch-system-util-linux namei"><primary sortas="b-namei">namei</primary></indexterm>
439</listitem>
440</varlistentry>
441
442<varlistentry id="pg">
443<term><command>pg</command></term>
444<listitem>
445<para>Displays a text file one screen full at a time</para>
446<indexterm zone="ch-system-util-linux pg"><primary sortas="b-pg">pg</primary></indexterm>
447</listitem>
448</varlistentry>
449
450<varlistentry id="pivot_root">
451<term><command>pivot_root</command></term>
452<listitem>
453<para>Makes the given file system the new root file system of the
454current process</para>
455<indexterm zone="ch-system-util-linux pivot_root"><primary sortas="b-pivot_root">pivot_root</primary></indexterm>
456</listitem>
457</varlistentry>
458
459<varlistentry id="ramsize">
460<term><command>ramsize</command></term>
461<listitem>
462<para>Sets the size of the RAM disk in a bootable image</para>
463<indexterm zone="ch-system-util-linux ramsize"><primary sortas="b-ramsize">ramsize</primary></indexterm>
464</listitem>
465</varlistentry>
466
467<varlistentry id="raw">
468<term><command>raw</command></term>
469<listitem>
470<para>Used to bind a Linux raw character device to a block
471device</para>
472<indexterm zone="ch-system-util-linux raw"><primary sortas="b-raw">raw</primary></indexterm>
473</listitem>
474</varlistentry>
475
476<varlistentry id="rdev">
477<term><command>rdev</command></term>
478<listitem>
479<para>Queries and sets the root device, among other things, in a
480bootable image</para>
481<indexterm zone="ch-system-util-linux rdev"><primary sortas="b-rdev">rdev</primary></indexterm>
482</listitem>
483</varlistentry>
484
485<varlistentry id="readprofile">
486<term><command>readprofile</command></term>
487<listitem>
488<para>Reads kernel profiling information</para>
489<indexterm zone="ch-system-util-linux readprofile"><primary sortas="b-readprofile">readprofile</primary></indexterm>
490</listitem>
491</varlistentry>
492
493<varlistentry id="rename">
494<term><command>rename</command></term>
495<listitem>
496<para>Renames the given files, replacing a given string with another</para>
497<indexterm zone="ch-system-util-linux rename"><primary sortas="b-rename">rename</primary></indexterm>
498</listitem>
499</varlistentry>
500
501<varlistentry id="renice">
502<term><command>renice</command></term>
503<listitem>
504<para>Alters the priority of running processes</para>
505<indexterm zone="ch-system-util-linux renice"><primary sortas="b-renice">renice</primary></indexterm>
506</listitem>
507</varlistentry>
508
509<varlistentry id="rev">
510<term><command>rev</command></term>
511<listitem>
512<para>Reverses the lines of a given file</para>
513<indexterm zone="ch-system-util-linux rev"><primary sortas="b-rev">rev</primary></indexterm>
514</listitem>
515</varlistentry>
516
517<varlistentry id="rootflags">
518<term><command>rootflags</command></term>
519<listitem>
520<para>Sets the rootflags in a bootable image</para>
521<indexterm zone="ch-system-util-linux rootflags"><primary sortas="b-rootflags">rootflags</primary></indexterm>
522</listitem>
523</varlistentry>
524
525<varlistentry id="script">
526<term><command>script</command></term>
527<listitem>
528<para>Makes a typescript of a terminal session</para>
529<indexterm zone="ch-system-util-linux script"><primary sortas="b-script">script</primary></indexterm>
530</listitem>
531</varlistentry>
532
533<varlistentry id="setfdprm">
534<term><command>setfdprm</command></term>
535<listitem>
536<para>Sets user-provided floppy disk parameters</para>
537<indexterm zone="ch-system-util-linux setfdprm"><primary sortas="b-setfdprm">setfdprm</primary></indexterm>
538</listitem>
539</varlistentry>
540
541<varlistentry id="setsid">
542<term><command>setsid</command></term>
543<listitem>
544<para>Runs the given program in a new session</para>
545<indexterm zone="ch-system-util-linux setsid"><primary sortas="b-setsid">setsid</primary></indexterm>
546</listitem>
547</varlistentry>
548
549<varlistentry id="setterm">
550<term><command>setterm</command></term>
551<listitem>
552<para>Sets terminal attributes</para>
553<indexterm zone="ch-system-util-linux setterm"><primary sortas="b-setterm">setterm</primary></indexterm>
554</listitem>
555</varlistentry>
556
557<varlistentry id="sfdisk">
558<term><command>sfdisk</command></term>
559<listitem>
560<para>A disk partition table manipulator</para>
561<indexterm zone="ch-system-util-linux sfdisk"><primary sortas="b-sfdisk">sfdisk</primary></indexterm>
562</listitem>
563</varlistentry>
564
565<varlistentry id="swapdev">
566<term><command>swapdev</command></term>
567<listitem>
568<para>Sets the swap device in a bootable image</para>
569<indexterm zone="ch-system-util-linux swapdev"><primary sortas="b-swapdev">swapdev</primary></indexterm>
570</listitem>
571</varlistentry>
572
573<varlistentry id="swapoff">
574<term><command>swapoff</command></term>
575<listitem>
576<para>Disables devices and files for paging and swapping</para>
577<indexterm zone="ch-system-util-linux swapoff"><primary sortas="b-swapoff">swapoff</primary></indexterm>
578</listitem>
579</varlistentry>
580
581<varlistentry id="swapon">
582<term><command>swapon</command></term>
583<listitem>
584<para>Enables devices and files for paging and swapping and lists the devices
585and files currently in use</para>
586<indexterm zone="ch-system-util-linux swapon"><primary sortas="b-swapon">swapon</primary></indexterm>
587</listitem>
588</varlistentry>
589
590<varlistentry id="tunelp">
591<term><command>tunelp</command></term>
592<listitem>
593<para>Tunes the parameters of the line printer</para>
594<indexterm zone="ch-system-util-linux tunelp"><primary sortas="b-tunelp">tunelp</primary></indexterm>
595</listitem>
596</varlistentry>
597
598<varlistentry id="ul">
599<term><command>ul</command></term>
600<listitem>
601<para>A filter for translating underscores into
602escape sequences indicating underlining for the terminal in use</para>
603<indexterm zone="ch-system-util-linux ul"><primary sortas="b-ul">ul</primary></indexterm>
604</listitem>
605</varlistentry>
606
607<varlistentry id="umount">
608<term><command>umount</command></term>
609<listitem>
610<para>Disconnects a file system from the system's file tree</para>
611<indexterm zone="ch-system-util-linux umount"><primary sortas="b-umount">umount</primary></indexterm>
612</listitem>
613</varlistentry>
614
615<varlistentry id="vidmode">
616<term><command>vidmode</command></term>
617<listitem>
618<para>Sets the video mode in a bootable image</para>
619<indexterm zone="ch-system-util-linux vidmode"><primary sortas="b-vidmode">vidmode</primary></indexterm>
620</listitem>
621</varlistentry>
622
623<varlistentry id="whereis">
624<term><command>whereis</command></term>
625<listitem>
626<para>Reports the location of the binary, source, and man page
627for the given command</para>
628<indexterm zone="ch-system-util-linux whereis"><primary sortas="b-whereis">whereis</primary></indexterm>
629</listitem>
630</varlistentry>
631
632<varlistentry id="write">
633<term><command>write</command></term>
634<listitem>
635<para>Sends a message to the given user
636<emphasis>if</emphasis> that user has not disabled receipt of such messages</para>
637<indexterm zone="ch-system-util-linux write"><primary sortas="b-write">write</primary></indexterm>
638</listitem>
639</varlistentry>
640</variablelist>
641
642</sect2>
643
644</sect1>
645
Note: See TracBrowser for help on using the repository browser.