source: appendixa/utillinux-desc.xml@ 53ad30a

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 12.2 12.2-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 v3_1 v3_2 v3_3 v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 53ad30a was 53ad30a, checked in by Mark Hymers <markh@…>, 23 years ago

[Bug 190] Put descs in alphabetical order

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

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The Util-linux package contains the agetty, arch,
5blockdev, cal, cfdisk, chkdupexe, col, colcrt, colrm, column,
6ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat, fdisk,
7fsck.minix, getopt, hexdump, hwclock, ipcrm, ipcs,
8kbdrate, kill, logger, look, losetup,
9mcookie, mkfs, mkfs.bfs, mkfs.minix, mkswap, more, mount, namei,
10umount, ramsize, rdev, readprofile, rename, renice, rev, rootflags,
11script, setfdprm, setsid, setterm, sfdisk, swapdev, swapoff, swapon,
12tunelp, ul, vidmode, whereis, and write programs.</para>
13
14</sect2>
15
16<sect2>
17<title>Description</title>
18
19<sect3><title>agetty</title>
20<para>agetty opens a tty port, prompts for a login name and invokes the
21/bin/login command.</para></sect3>
22
23<sect3><title>arch</title>
24<para>arch prints the machine architecture.</para></sect3>
25
26<sect3><title>blockdev</title>
27<para>blockdev allows to call block device ioctls from the command
28line</para></sect3>
29
30<sect3><title>cal</title>
31<para>cal displays a simple calender.</para></sect3>
32
33<sect3><title>cfdisk</title>
34<para>cfdisk is an libncurses based disk partition table
35manipulator.</para></sect3>
36
37<sect3><title>chkdupexe</title>
38<para>chkdupexe finds duplicate executables.</para></sect3>
39
40<sect3><title>col</title>
41<para>col filters reverse line feeds from input.</para></sect3>
42
43<sect3><title>colcrt</title>
44<para>colcrt filters nroff output for CRT previewing.</para></sect3>
45
46<sect3><title>colrm</title>
47<para>colrm removes columns from a file.</para></sect3>
48
49<sect3><title>column</title>
50<para>column columnates lists.</para></sect3>
51
52<sect3><title>ctrlaltdel</title>
53<para>ctrlaltdel sets the function of the CTRL+ALT+DEL key combination (hard
54or soft reset).</para></sect3>
55
56<sect3><title>cytune</title>
57<para>cytune queries and modifies the interruption threshold for the Cyclades
58driver.</para></sect3>
59
60<sect3><title>ddate</title>
61<para>ddate converts Gregorian dates to Discordian dates.</para></sect3>
62
63<sect3><title>dmesg</title>
64<para>dmesg is used to examine or control the kernel ring buffer (boot
65messages from the kernel).</para></sect3>
66
67<sect3><title>elvtune</title>
68<para>elvtune allows to tune the I/O elevator per block device queue
69basis.</para></sect3>
70
71<sect3><title>fdformat</title>
72<para>fdformat low-level formats a floppy disk.</para></sect3>
73
74<sect3><title>fdisk</title>
75<para>fdisk is a disk partition table manipulator.</para></sect3>
76
77<sect3><title>fsck.minix</title>
78<para>fsck.minix performs a consistency check for the Linux MINIX
79filesystem.</para></sect3>
80
81<sect3><title>getopt</title>
82<para>getops parses command options the same way as the getopt C
83command.</para></sect3>
84
85<sect3><title>hexdump</title>
86<para>hexdump displays specified files, or standard input, in a user specified
87format (ascii, decimal, hexadecimal, octal).</para></sect3>
88
89<sect3><title>hwclock</title>
90<para>hwclock queries and sets the hardware clock (Also called the RTC or BIOS
91clock).</para></sect3>
92
93<sect3><title>ipcrm</title>
94<para>ipcrm removes a specified resource.</para></sect3>
95
96<sect3><title>ipcs</title>
97<para>ipcs provides information on IPC facilities.</para></sect3>
98
99<sect3><title>kbdrate</title>
100<para>kbdrate resets the keyboard repeat rate and delay time.</para></sect3>
101
102<sect3><title>kill</title>
103<para>kill sends a specified signal to the specified process.</para></sect3>
104
105<sect3><title>logger</title>
106<para>logger makes entries in the system log.</para></sect3>
107
108<sect3><title>look</title>
109<para>look displays lines beginning with a given string.</para></sect3>
110
111<sect3><title>losetup</title>
112<para>losetup sets up and controls loop devices.</para></sect3>
113
114<sect3><title>mcookie</title>
115<para>mcookie generates magic cookies for xauth.</para></sect3>
116
117<sect3><title>mkfs</title>
118<para>mkfs builds a Linux filesystem on a device, usually a harddisk
119partition.</para></sect3>
120
121<sect3><title>mkfs.bfs</title>
122<para>mkfs.bfs creates a SCO bfs file system on a device, usually a harddisk
123partition.</para></sect3>
124
125<sect3><title>mkfs.minix</title>
126<para>mkfs.minix creates a Linux MINIX filesystem on a device, usually a
127harddisk partition.</para></sect3>
128
129<sect3><title>mkswap</title>
130<para>mkswap sets up a Linux swap area on a device or in a file.</para></sect3>
131
132<sect3><title>more</title>
133<para>more is a filter for paging through text one screen full at a
134time.</para></sect3>
135
136<sect3><title>mount</title>
137<para>mount mounts a filesystem from a device to a directory (mount
138point).</para></sect3>
139
140<sect3><title>namei</title>
141<para>namei follows a pathname until a terminal point is found.</para></sect3>
142
143<sect3><title>umount</title>
144<para>umount unmounts a mounted filesystem.</para></sect3>
145
146<sect3><title>ramsize</title>
147<para>ramsize queries and sets RAM disk size.</para></sect3>
148
149<sect3><title>rdev</title>
150<para>rdev queries and sets image root device, swap device, RAM disk size, or
151video mode.</para></sect3>
152
153<sect3><title>readprofile</title>
154<para>readprofile reads kernel profiling information.</para></sect3>
155
156<sect3><title>rename</title>
157<para>rename renames files.</para></sect3>
158
159<sect3><title>renice</title>
160<para>renice alters priority of running processes.</para></sect3>
161
162<sect3><title>rev</title>
163<para>rev reverses lines of a file.</para></sect3>
164
165<sect3><title>rootflags</title>
166<para>rootflags queries and sets extra information used when mounting
167root.</para></sect3>
168
169<sect3><title>script</title>
170<para>script makes typescript of terminal session.</para></sect3>
171
172<sect3><title>setfdprm</title>
173<para>setfdprm sets user-provides floppy disk parameters.</para></sect3>
174
175<sect3><title>setsid</title>
176<para>setsid runs programs in a new session.</para></sect3>
177
178<sect3><title>setterm</title>
179<para>setterm sets terminal attributes.</para></sect3>
180
181<sect3><title>sfdisk</title>
182<para>sfdisk is a disk partition table manipulator.</para></sect3>
183
184<sect3><title>swapdev</title>
185<para>swapdev queries and sets swap device.</para></sect3>
186
187<sect3><title>swapoff</title>
188<para>swapoff disables devices and files for paging and swapping.</para></sect3>
189
190<sect3><title>swapon</title>
191<para>swapon enables devices and files for paging and swapping.</para></sect3>
192
193<sect3><title>tunelp</title>
194<para>tunelp sets various parameters for the LP device.</para></sect3>
195
196<sect3><title>ul</title>
197<para>ul reads a file and translates occurrences of underscores to the sequence
198which indicates underlining for the terminal in use.</para></sect3>
199
200<sect3><title>vidmode</title>
201<para>vidmode queries and sets the video mode.</para></sect3>
202
203<sect3><title>whereis</title>
204<para>whereis locates a binary, source and manual page for a
205command.</para></sect3>
206
207<sect3><title>write</title>
208<para>write sends a message to another user.</para></sect3>
209
210</sect2>
211
Note: See TracBrowser for help on using the repository browser.