source: appendixa/utillinux-desc.xml@ ab28d5f

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 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/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since ab28d5f was e2b98bb, checked in by Gerard Beekmans <gerard@…>, 22 years ago

typo fix

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

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