source: chapter06/util-linux.xml@ f036150

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 f036150 was f036150, checked in by Matthew Burgess <matthew@…>, 19 years ago

Patch util-linux to stop cfdisk from segfaulting

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

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