source: chapter06/util-linux.xml@ e94165c

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 e94165c was e94165c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tags fix.

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