source: appendixa/utillinux-desc.xml@ 978d0bf

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 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 978d0bf was 978d0bf, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Changing the style of the command descriptions in appendix A.

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

  • Property mode set to 100644
File size: 5.9 KB
Line 
1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
2
3<sect2><title>Descriptions</title>
4
5<para>(Last checked against version &util-linux-contversion;.)</para>
6
7<sect3><title>Program file descriptions</title>
8
9<para><command>agetty</command> opens a tty port, prompts for a login name,
10and then invokes the login program.</para>
11
12<para><command>arch</command> reports the machine's architecture.</para>
13
14<para><command>blockdev</command> allows you to call block device ioctls
15from the command line.</para>
16
17<para><command>cal</command> displays a simple calender.</para>
18
19<para><command>cfdisk</command> is used to manipulate the partition table
20of the given device.</para>
21
22<para><command>chkdupexe</command> finds duplicate executables.</para>
23
24<para><command>col</command> filters out reverse line feeds.</para>
25
26<para><command>colcrt</command> is used to filter nroff output for terminals
27that lack some capabilities such as overstriking and half-lines.</para>
28
29<para><command>colrm</command> filters out the given columns.</para>
30
31<para><command>column</command> formats a given file into multiple
32columns.</para>
33
34<para><command>ctrlaltdel</command> sets the function of the Ctrl+Alt+Del
35 key combination, to a hard or a soft reset.</para>
36
37<para><command>cytune</command> was used to tune the parameters of the
38serial line drivers for Cyclades cards.</para>
39
40<para><command>ddate</command> gives the Discordian date, or converts the
41given Gregorian date to a Discordian one.</para>
42
43<para><command>dmesg</command> dumps the kernel boot messages.</para>
44
45<para><command>elvtune</command> can be used to tune the performance
46and interactiveness of a block device.</para>
47
48<para><command>fdformat</command> low-level formats a floppy disk.</para>
49
50<para><command>fdisk</command> could be used to manipulate the partition
51table of the given device.</para>
52
53<para><command>fsck.cramfs</command>...</para>
54
55<para><command>fsck.minix</command> performs a consistency check on the
56Minix filesystem on the given device.</para>
57
58<para><command>getopt</command> parses options in the given command line.</para>
59
60<para><command>hexdump</command> dumps the given file in hexadecimal, or
61in another given format.</para>
62
63<para><command>hwclock</command> is used to read or set the system's
64hardware clock (also called the RTC or BIOS clock).</para>
65
66<para><command>ipcrm</command> removes the given IPC resource.</para>
67
68<para><command>ipcs</command> provides IPC status information.</para>
69
70<para><command>isosize</command> reports the size of an iso9660
71filesystem.</para>
72
73<para><command>line</command> copies a single line.</para>
74
75<para><command>logger</command> enters the given message into the system
76log.</para>
77
78<para><command>look</command> displays lines that begin with the given
79string.</para>
80
81<para><command>losetup</command> is used to set up and control loop devices.</para>
82
83<para><command>mcookie</command> generates magic cookies, 128-bit random
84hexadecimal numbers, for xauth.</para>
85
86<para><command>mkfs</command> is used to build a filesystem on a device
87(usually a harddisk partition).</para>
88
89<para><command>mkfs.bfs</command> creates an SCO bfs filesystem.</para>
90
91<para><command>mkfs.cramfs</command>...</para>
92
93<para><command>mkfs.minix</command> creates a Minix filesystem.</para>
94
95<para><command>mkswap</command> initializes the given device or file to be
96used as a swap area.</para>
97
98<para><command>more</command> is a filter for paging through text one
99screenful at a time. But less is much better.</para>
100
101<para><command>mount</command> attaches the filesystem on the given device
102to the given directory in the system's file tree.</para>
103
104<para><command>namei</command> shows the symbolic links in the given
105pathnames.</para>
106
107<para><command>pg</command>...</para>
108
109<para><command>pivot_root</command> makes the given filesystem the new
110root filesystem of the current process.</para>
111
112<para><command>ramsize</command> could be used to set the size of the
113RAM disk in a bootable image.</para>
114
115<para><command>rdev</command> could be used to query and set the root
116device and other things in a bootable image.</para>
117
118<para><command>readprofile</command> reads kernel profiling information.</para>
119
120<para><command>rename</command> renames the given files, replacing a given
121string with another.</para>
122
123<para><command>renice</command> is used to alter the priority of running
124processes.</para>
125
126<para><command>rev</command> reverses the lines of a given file.</para>
127
128<para><command>rootflags</command> could be used to set the rootflags
129in a bootable image.</para>
130
131<para><command>script</command> makes a typescript of a terminal
132session, of everything printed to the terminal.</para>
133
134<para><command>setfdprm</command> sets user-provided floppy disk
135parameters.</para>
136
137<para><command>setsid</command> runs the given program in a new session.</para>
138
139<para><command>setterm</command> is used to set terminal attributes.</para>
140
141<para><command>sfdisk</command> is a disk partition table manipulator.</para>
142
143<para><command>swapdev</command> could be used to set the swap device
144in a bootable image.</para>
145
146<para><command>swapoff</command> disables devices and files for paging
147and swapping.</para>
148
149<para><command>swapon</command> enables devices and files for paging
150and swapping.</para>
151
152<para><command>tunelp</command> is used to tune the parameters of the
153line printer.</para>
154
155<para><command>ul</command> is a filter for translating underscores into
156escape sequences indicating underlining for the terminal in use.</para>
157
158<para><command>umount</command> disconnects a filesystem from the
159system's file tree.</para>
160
161<para><command>vidmode</command> could be used to set the video mode
162in a bootable image.</para>
163
164<para><command>whereis</command> reports the location of binary, the
165source, and the manual page for the given command.</para>
166
167<para><command>write</command> sends a message to the given user. That is,
168if that user has not disabled such messages.</para>
169
170</sect3>
171
172</sect2>
173
Note: See TracBrowser for help on using the repository browser.