source: chapter06/util-linux.xml@ 84ba73a

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 84ba73a was 84ba73a, checked in by Jeremy Utley <jeremy@…>, 20 years ago

Added a sed to fix hotplug's syntax error in isapnp.rc, also completed Jim's integration of the new util-linux patch.

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

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