source: appendixa/utillinux-desc.xml@ e820e05

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

Changed package contents and dependencies titles...hopefully people now will get the hint that an old version isn't perse a bug

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

  • Property mode set to 100644
File size: 7.0 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
9kill, line, logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.minix,
10mkswap, more, mount, namei, pivot_root,
11ramsize (link to rdev), raw, rdev, readprofile, rename, renice, rev,
12rootflags (link to rdev), script, setfdprm, setsid, setterm, sfdisk,
13swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode, 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>kill</title>
102<para>kill sends a specified signal to the specified process.</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 a SCO bfs file system on a device, usually a harddisk
126partition.</para></sect4>
127
128<sect4><title>mkfs.minix</title>
129<para>mkfs.minix creates a Linux MINIX filesystem on a device, usually a
130harddisk partition.</para></sect4>
131
132<sect4><title>mkswap</title>
133<para>mkswap sets up a Linux swap area on a device or in a file.</para></sect4>
134
135<sect4><title>more</title>
136<para>more is a filter for paging through text one screen full at a
137time.</para></sect4>
138
139<sect4><title>mount</title>
140<para>mount mounts a filesystem from a device to a directory (mount
141point).</para></sect4>
142
143<sect4><title>namei</title>
144<para>namei follows a pathname until a terminal point is found.</para></sect4>
145
146<sect4><title>pivot_root</title>
147<para>pivot_root moves the root file system of the current process.</para></sect4>
148
149<sect4><title>ramsize</title>
150<para>ramsize queries and sets RAM disk size.</para></sect4>
151
152<sect4><title>raw</title>
153<para>raw is used to bind a Linux raw character device to a block device.</para></sect4>
154
155<sect4><title>rdev</title>
156<para>rdev queries and sets image root device, swap device, RAM disk size, or
157video mode.</para></sect4>
158
159<sect4><title>readprofile</title>
160<para>readprofile reads kernel profiling information.</para></sect4>
161
162<sect4><title>rename</title>
163<para>rename renames files.</para></sect4>
164
165<sect4><title>renice</title>
166<para>renice alters priority of running processes.</para></sect4>
167
168<sect4><title>rev</title>
169<para>rev reverses lines of a file.</para></sect4>
170
171<sect4><title>rootflags</title>
172<para>rootflags queries and sets extra information used when mounting
173root.</para></sect4>
174
175<sect4><title>script</title>
176<para>script makes typescript of terminal session.</para></sect4>
177
178<sect4><title>setfdprm</title>
179<para>setfdprm sets user-provides floppy disk parameters.</para></sect4>
180
181<sect4><title>setsid</title>
182<para>setsid runs programs in a new session.</para></sect4>
183
184<sect4><title>setterm</title>
185<para>setterm sets terminal attributes.</para></sect4>
186
187<sect4><title>sfdisk</title>
188<para>sfdisk is a disk partition table manipulator.</para></sect4>
189
190<sect4><title>swapoff</title>
191<para>swapoff disables devices and files for paging and swapping.</para></sect4>
192
193<sect4><title>swapon</title>
194<para>swapon enables devices and files for paging and swapping.</para></sect4>
195
196<sect4><title>tunelp</title>
197<para>tunelp sets various parameters for the LP device.</para></sect4>
198
199<sect4><title>ul</title>
200<para>ul reads a file and translates occurrences of underscores to the sequence
201which indicates underlining for the terminal in use.</para></sect4>
202
203<sect4><title>umount</title>
204<para>umount unmounts a mounted filesystem.</para></sect4>
205
206<sect4><title>vidmode</title>
207<para>vidmode queries and sets the video mode.</para></sect4>
208
209<sect4><title>whereis</title>
210<para>whereis locates a binary, source and manual page for a
211command.</para></sect4>
212
213<sect4><title>write</title>
214<para>write sends a message to another user.</para></sect4>
215
216</sect3>
217
218</sect2>
219
Note: See TracBrowser for help on using the repository browser.