aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/utillinux-desc.xml
blob: 5b546c88a6aac2804157c257106276b32ff7701b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
<sect2>
<title>Contents</title>

<para>
The Util-linux package contains the arch, dmesg, kill, more,
mount, umount, agetty, blockdev, cfdisk, ctrlaltdel, elvtune, fdisk,
fsck.minix, hwclock, kbdrate, losetup, mkfs, mkfs.bfs, mkfs.minix,
mkswap, sfdisk, swapoff, swapon, cal, chkdupexe, col, colcrt, colrm,
column, cytune, ddate, fdformat, getopt, hexdump, ipcrm, ipcs, logger,
look, mcookie, namei, rename, renice, rev, script, setfdprm, setsid,
setterm, ul, whereis, write, ramsize, rdev, readprofile, rootflags,
swapdev, tunelp and vidmode programs.
</para>

</sect2>

<sect2>
<title>Description</title>

<sect3>
<title>arch</title>

<para>
arch prints the machine architecture.
</para>

</sect3>

<sect3>
<title>dmesg</title>

<para>
dmesg is used to examine or control the kernel ring buffer (boot
messages from the kernel).
</para>

</sect3>

<sect3>
<title>kill</title>

<para>
kill sends a specified signal to the specified process.
</para>

</sect3>

<sect3>
<title>more</title>

<para>
more is a filter for paging through text one screenful at a time.
</para>

</sect3>

<sect3>
<title>mount</title>

<para>
mount mounts a filesystem from a device to a directory (mount point).
</para>

</sect3>

<sect3>
<title>umount</title>

<para>
umount unmounts a mounted filesystem.
</para>

</sect3>

<sect3>
<title>agetty</title>

<para>
agetty opens a tty port, prompts for a login name and invokes the
/bin/login command.
</para>

</sect3>

<sect3>
<title>blockdev</title>

<para>
blockdev allows you to call block device ioctls from the command line
</para>

</sect3>

<sect3>
<title>cfdisk</title>

<para>
cfdisk is an libncurses based disk partition table manipulator.
</para>

</sect3>

<sect3>
<title>ctrlaltdel</title>

<para>
ctrlaltdel sets the function of the CTRL+ALT+DEL key combination (hard
or soft reset).
</para>

</sect3>

<sect3>
<title>elvtune</title>

<para>
elvtune allows to tune the I/O elevator per blockdevice queue basis.
</para>

</sect3>

<sect3>
<title>fdisk</title>

<para>
fdisk is a disk partition table manipulator.
</para>

</sect3>

<sect3>
<title>fsck.minix</title>

<para>
fsck.minix performs a consistency check for the Linux MINIX filesystem.
</para>

</sect3>

<sect3>
<title>hwclock</title>

<para>
hwclock queries and sets the hardware clock (Also called the RTC or BIOS
clock).
</para>

</sect3>

<sect3>
<title>kbdrate</title>

<para>
kbdrate resets the keyboard repeat rate and delay time.
</para>

</sect3>

<sect3>
<title>losetup</title>

<para>
losetup sets up and controls loop devices.
</para>

</sect3>

<sect3>
<title>mkfs</title>

<para>
mkfs builds a Linux filesystem on a device, usually a harddisk
partition.
</para>

</sect3>

<sect3>
<title>mkfs.bfs</title>

<para>
mkfs.bfs creates a SCO bfs file system on a device, usually a harddisk
partition.
</para>

</sect3>

<sect3>
<title>mkfs.minix</title>

<para>
mkfs.minix creates a Linux MINIX filesystem on a device, usually a
harddisk partition.
</para>

</sect3>

<sect3>
<title>mkswap</title>

<para>
mkswap sets up a Linux swap area on a device or in a file.
</para>

</sect3>

<sect3>
<title>sfdisk</title>

<para>
sfdisk is a disk partition table manipulator.
</para>

</sect3>

<sect3>
<title>swapoff</title>

<para>
swapoff disables devices and files for paging an swapping.
</para>

</sect3>

<sect3>
<title>swapon</title>

<para>
swapon enables devices and files for paging and swapping.
</para>

</sect3>

<sect3>
<title>cal</title>

<para>
cal displays a simple calender.
</para>

</sect3>

<sect3>
<title>chkdupexe</title>

<para>
chkdupexe finds duplicate executables.
</para>

</sect3>

<sect3>
<title>col</title>

<para>
col filters reverse line feeds from input.
</para>

</sect3>

<sect3>
<title>colcrt</title>

<para>
colcrt filters nroff output for CRT previewing.
</para>

</sect3>

<sect3>
<title>colrm</title>

<para>
colrm removes columns from a file.
</para>

</sect3>

<sect3>
<title>column</title>

<para>
column columnates lists.
</para>

</sect3>

<sect3>
<title>cytune</title>

<para>
cytune queries and modifies the interruption threshold for the Cyclades
driver.
</para>

</sect3>

<sect3>
<title>ddate</title>

<para>
ddate converts Gregorian dates to Discordian dates.
</para>

</sect3>

<sect3>
<title>fdformat</title>

<para>
fdformat low-level formats a floppy disk.
</para>

</sect3>

<sect3>
<title>getopt</title>

<para>
getops parses command options the same way as the getopt C command.
</para>

</sect3>

<sect3>
<title>hexdump</title>

<para>
hexdump displays specified files, or standard input, in a user specified
format (ascii, decimal, hexadecimal, octal).
</para>

</sect3>

<sect3>
<title>ipcrm</title>

<para>
ipcrm removes a specified resource.
</para>

</sect3>

<sect3>
<title>ipcs</title>

<para>
ipcs provides information on ipc facilities.
</para>

</sect3>

<sect3>
<title>logger</title>

<para>
logger makes entries in the system log.
</para>

</sect3>

<sect3>
<title>look</title>

<para>
look displays lines beginning with a given string.
</para>

</sect3>

<sect3>
<title>mcookie</title>

<para>
mcookie generates magic cookies for xauth.
</para>

</sect3>

<sect3>
<title>namei</title>

<para>
namei follows a pathname until a terminal point is found.
</para>

</sect3>

<sect3>
<title>rename</title>

<para>
rename renames files.
</para>

</sect3>

<sect3>
<title>renice</title>

<para>
renice alters priority of running processes.
</para>

</sect3>

<sect3>
<title>rev</title>

<para>
rev reverses lines of a file.
</para>

</sect3>

<sect3>
<title>script</title>

<para>
script makes typescript of terminal session.
</para>

</sect3>

<sect3>
<title>setfdprm</title>

<para>
setfdprm sets user-provides floppy disk parameters.
</para>

</sect3>

<sect3>
<title>setsid</title>

<para>
setsid runs programs in a new session.
</para>

</sect3>

<sect3>
<title>setterm</title>

<para>
setterm sets terminal attributes.
</para>

</sect3>

<sect3>
<title>ul</title>

<para>
ul reads a file and translates occurences of underscores to the sequence
which indicates underlining for the terminal in use.
</para>

</sect3>

<sect3>
<title>whereis</title>

<para>
whereis locates a binary, source and manual page for a command.
</para>

</sect3>

<sect3>
<title>write</title>

<para>
write sends a message to another user.
</para>

</sect3>

<sect3>
<title>ramsize</title>

<para>
ramsize queries and sets RAM disk size.
</para>

</sect3>

<sect3>
<title>rdev</title>

<para>
rdev queries and sets image root device, swap device, RAM disk size, or
video mode.
</para>

</sect3>

<sect3>
<title>readprofile</title>

<para>
readprofile reads kernel profiling information.
</para>

</sect3>

<sect3>
<title>rootflags</title>

<para>
rootflags queries and sets extra information used when mounting root.
</para>

</sect3>

<sect3>
<title>swapdev</title>

<para>
swapdev queries and sets swap device.
</para>

</sect3>

<sect3>
<title>tunelp</title>

<para>
tunelp sets various paramters for the lp device.
</para>

</sect3>

<sect3>
<title>vidmode</title>

<para>
vidmode queries and sets the video mode.
</para>

</sect3>

</sect2>