source: appendixa/utillinux-desc.xml@ c91dd5b

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_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 c91dd5b was ab3b93b, checked in by Alex Gronenwoud <alex@…>, 20 years ago

Writing 'file system' as two words everywhere.

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

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