source: appendixa/utillinux-desc.xml@ f419bd8

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