|
fsck_msdos(8) -- DOS/Windows (FAT) filesystem consistency checker
|
The fsck_msdos utility verifies and repairs FAT filesystems (more commonly known as DOS filesystems). The first form of fsck_msdos preens the specified filesystems. It is normally started by fsck(8) r... |
fsdb(8) -- FFS debugging/editing tool
|
fsdb opens fsname (usually a raw disk partition) and runs a command loop allowing manipulation of the file system's inode data. You are prompted to enter a command with fsdb (inum X)> where X is the ... |
fsirand(8) -- randomize inode generation numbers
|
The fsirand command installs random generation numbers on all the inodes for each filesystem specified on the command line by special. This increases the security of NFS-exported filesystems by making... |
ftp-proxy(8) -- Internet File Transfer Protocol proxy server
|
ftp-proxy is a proxy for the Internet File Transfer Protocol. The proxy uses pf(4) and expects to have the FTP control connection as described in services(5) redirected to it via a pf(4) rdr command. ... |
ftpd(8) -- Internet File Transfer Protocol server
|
ftpd is the Internet File Transfer Protocol server process. The server uses the TCP protocol and listens at the port specified in the ``ftp'' service specification; see services(5). The options are ... |
genassym.sh(8) -- emit an assym.h file
|
genassym.sh is a shell script normally used during the kernel build process to create an assym.h file. This file defines a number of cpp constants derived from the configuration information genassym.s... |
getencstat(8) -- get SCSI Environmental Services Device enclosure status
|
getencstat gets summary and detailed SCSI Environmental Services (or SAFTE) device enclosure status. The overall status is printed out. If the overall status is considered okay, nothing else is printe... |
getextattr(8) -- retrieve a named extended attribute
|
getextattr is a user tool to retrieve a named extended attribute on a file or directory. The attrnamespace argument should be the namespace of the attribute to retrieve: legal values are "user" and ... |
getNAME(8) -- get NAME sections from manual source for whatis/apropos data base
|
The getNAME program looks inside manual sources to retrieve the NAME section of the manual page. It can be used to create a table of contents, report the style of manual, or to create an introduction ... |
getty(8) -- set terminal mode
|
The getty program is called by init(8) to open and initialize the tty line, read a login name, and invoke login(1). The argument tty is the special device file in /dev to open for the terminal (for ex... |
i386/gpioctl(8) -- control GPIO devices
|
The gpioctl program allows manipulation of GPIO (General Purpose Input/Output) device pins. Such devices can be either part of the chipset or embedded CPU, or a separate chip. The usual way of using G... |
group(8) -- manage group information on the system
|
The group utility acts as a frontend to the groupadd(8), groupmod(8), groupinfo(8), and groupdel(8) commands. For a full explanation of the options, please see the relevant manual page. The group util... |
groupadd(8) -- add a group to the system
|
The groupadd utility adds a group to the system. The options are as follows: -g gid gives the numeric group identifier to be used for the new group. -o allow the new group to have a GID which is alrea... |