source: appendixa/utillinux-desc.xml@ 8c5e7152

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

kbdrate no longer provided by util-linux

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

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