source: chapter06/util-linux.xml@ 0cac7b0

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 0cac7b0 was 0cac7b0, checked in by Matthew Burgess <matthew@…>, 19 years ago
  • Remove the now unneeded util-linux patch for sfdisk

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

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