|
exiwhat(8) -- programs to query what running exim processes are doing
|
The shell script called exiwhat first of all empties the processlog file in Exim's log directory. It then uses the ps command to find all processes running exim, and sends each one the SIGUSR1 signal... |
faillog(8) -- examine faillog and set login failure limits
|
faillog formats the contents of the failure log, /var/log/faillog, and maintains failure counts and limits. The order of the arguments to faillog is significant. Each argument is processed immediately... |
fdformat(8) -- Low-level formats a floppy disk
|
fdformat does a low level format on a floppy disk. device is usually one of the following (for floppy devices, the major = 2, and the minor is shown for informational purposes only): /dev/fd0d360 (min... |
fdisk(8) -- Partition table manipulator for Linux
|
Hard disks can be divided into one or more logical disks called parti- tions. This division is described in the partition table found in sector 0 of the disk. In the BSD world one talks about `disk sl... |
fdutilsconfig(8) -- configure the suid bit of fdmount
|
The fdutilsconfig script provides an interactive way to configure the suid bit of the fdmount(1) binary. It asks you some questions, give you a hint if needed, and enters your choice to /etc/fdmount.c... |
fsck(8) -- check and repair a Linux file system
|
fsck is used to check and optionally repair a one or more Linux file systems. filesys can be a device name (e.g. /dev/hdc1, /dev/sdb2), a mount point (e.g. /, /usr, /home), or an ext2 label or UUID sp... |
fsck.ext2(8) -- check a Linux second extended file system
|
e2fsck is used to check a Linux second extended file system (e2fs). E2fsck also supports ext2 filesystems countaining a journal, which are also sometimes known as ext3 filesystems. device is the devic... |
fsck.ext3(8) -- check a Linux second extended file system
|
e2fsck is used to check a Linux second extended file system (e2fs). E2fsck also supports ext2 filesystems countaining a journal, which are also sometimes known as ext3 filesystems. device is the devic... |
fsck.minix(8) -- a file system consistency checker for Linux
|
fsck.minix performs a consistency check for the Linux MINIX filesystem. The current version supports the 14 character and 30 character filename options. The program assumes the file system is quiescen... |
genksyms(8) -- generate symbol version information
|
Genksyms reads (on standard input) the output from "gcc -E source.c" and generates a file containing version information. Depending on the output format indicated by the -k option, the output will e... |
getkeycodes(8) -- print kernel scancode-to-keycode mapping table
|
The getkeycodes command prints the kernel scancode-to-keycode mapping table. |
getty(8) -- alternative Linux getty
|
getty opens a tty port, prompts for a login name and invokes the /bin/login command. It is normally invoked by init(8). getty has several non-standard features that are useful for hard-wired and for d... |
groupadd(8) -- Create a new group
|
The groupadd command creates a new group account using the values specified on the command line and the default values from the system. The new group will be entered into the system files as needed. T... |