source: appendixa/utillinux-desc.xml@ cd39ba6

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 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 cd39ba6 was 96df9055, checked in by Timothy Bauscher <timothy@…>, 22 years ago

Shadow, Util-linux, LFS-Bootscripts: Updated package contents.

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

  • Property mode set to 100644
File size: 7.1 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.minix, getopt, hexdump, hwclock, ipcrm, ipcs, isosize, line, logger,
9look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.minix, mkswap, more, mount,
10namei, parse.bash, parse.tcsh, 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 allows to 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.minix</title>
77<para>fsck.minix performs a consistency check for the Linux MINIX
78filesystem.</para></sect4>
79
80<sect4><title>getopt</title>
81<para>getops parses command options the same way as the getopt C
82command.</para></sect4>
83
84<sect4><title>hexdump</title>
85<para>hexdump displays specified files, or standard input, in a user specified
86format (ascii, decimal, hexadecimal, octal).</para></sect4>
87
88<sect4><title>hwclock</title>
89<para>hwclock queries and sets the hardware clock (Also called the RTC or BIOS
90clock).</para></sect4>
91
92<sect4><title>ipcrm</title>
93<para>ipcrm removes a specified resource.</para></sect4>
94
95<sect4><title>ipcs</title>
96<para>ipcs provides information on IPC facilities.</para></sect4>
97
98<sect4><title>isosize</title>
99<para>isosize outputs the length of a iso9660 file system.</para></sect4>
100
101<sect4><title>line</title>
102<para>line copies one line (up to a newline) from standard input and writes it
103to standard output.</para></sect4>
104
105<sect4><title>logger</title>
106<para>logger makes entries in the system log.</para></sect4>
107
108<sect4><title>look</title>
109<para>look displays lines beginning with a given string.</para></sect4>
110
111<sect4><title>losetup</title>
112<para>losetup sets up and controls loop devices.</para></sect4>
113
114<sect4><title>mcookie</title>
115<para>mcookie generates magic cookies for xauth.</para></sect4>
116
117<sect4><title>mkfs</title>
118<para>mkfs builds a Linux filesystem on a device, usually a harddisk
119partition.</para></sect4>
120
121<sect4><title>mkfs.bfs</title>
122<para>mkfs.bfs creates a SCO bfs file system on a device, usually a harddisk
123partition.</para></sect4>
124
125<sect4><title>mkfs.minix</title>
126<para>mkfs.minix creates a Linux MINIX filesystem on a device, usually a
127harddisk partition.</para></sect4>
128
129<sect4><title>mkswap</title>
130<para>mkswap sets up a Linux swap area on a device or in a file.</para></sect4>
131
132<sect4><title>more</title>
133<para>more is a filter for paging through text one screen full at a
134time.</para></sect4>
135
136<sect4><title>mount</title>
137<para>mount mounts a filesystem from a device to a directory (mount
138point).</para></sect4>
139
140<sect4><title>namei</title>
141<para>namei follows a pathname until a terminal point is found.</para></sect4>
142
143<sect4><title>parse.bash, parse.tcsh, test.bash, test.tcsh</title>
144<para>These are example scripts for using the getopt program with either
145BASH or TCSH.</para></sect4>
146
147<sect4><title>pivot_root</title>
148<para>pivot_root moves the root file system of the current process.</para></sect4>
149
150<sect4><title>ramsize</title>
151<para>ramsize queries and sets RAM disk size.</para></sect4>
152
153<sect4><title>raw</title>
154<para>raw is used to bind a Linux raw character device to a block device.</para></sect4>
155
156<sect4><title>rdev</title>
157<para>rdev queries and sets image root device, swap device, RAM disk size, or
158video mode.</para></sect4>
159
160<sect4><title>readprofile</title>
161<para>readprofile reads kernel profiling information.</para></sect4>
162
163<sect4><title>rename</title>
164<para>rename renames files.</para></sect4>
165
166<sect4><title>renice</title>
167<para>renice alters priority of running processes.</para></sect4>
168
169<sect4><title>rev</title>
170<para>rev reverses lines of a file.</para></sect4>
171
172<sect4><title>rootflags</title>
173<para>rootflags queries and sets extra information used when mounting
174root.</para></sect4>
175
176<sect4><title>script</title>
177<para>script makes typescript of terminal session.</para></sect4>
178
179<sect4><title>setfdprm</title>
180<para>setfdprm sets user-provides floppy disk parameters.</para></sect4>
181
182<sect4><title>setsid</title>
183<para>setsid runs programs in a new session.</para></sect4>
184
185<sect4><title>setterm</title>
186<para>setterm sets terminal attributes.</para></sect4>
187
188<sect4><title>sfdisk</title>
189<para>sfdisk is a disk partition table manipulator.</para></sect4>
190
191<sect4><title>swapoff</title>
192<para>swapoff disables devices and files for paging and swapping.</para></sect4>
193
194<sect4><title>swapon</title>
195<para>swapon enables devices and files for paging and swapping.</para></sect4>
196
197<sect4><title>tunelp</title>
198<para>tunelp sets various parameters for the LP device.</para></sect4>
199
200<sect4><title>ul</title>
201<para>ul reads a file and translates occurrences of underscores to the sequence
202which indicates underlining for the terminal in use.</para></sect4>
203
204<sect4><title>umount</title>
205<para>umount unmounts a mounted filesystem.</para></sect4>
206
207<sect4><title>vidmode</title>
208<para>vidmode queries and sets the video mode.</para></sect4>
209
210<sect4><title>whereis</title>
211<para>whereis locates a binary, source and manual page for a
212command.</para></sect4>
213
214<sect4><title>write</title>
215<para>write sends a message to another user.</para></sect4>
216
217</sect3>
218
219</sect2>
220
Note: See TracBrowser for help on using the repository browser.