source: appendixa/utillinux-desc.xml@ 39892f1

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