source: chapter06/util-linux.xml@ 99df5e8

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.1 6.1.1 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 99df5e8 was 99df5e8, checked in by Matthew Burgess <matthew@…>, 19 years ago
  • Move /usr/bin/logger to /bin as it's needed by the bootscripts. Fixes bug 1035

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

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