source: chapter06/util-linux.xml@ b8a819f

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.0 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 b8a819f was b8a819f, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation.

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

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