|
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... |
groupdel(8) -- remove a group from the system
|
The groupdel utility removes a group from the system. The options are as follows: -v enables verbose mode - explain the commands as they are executed. The groupdel utility exits 0 on success, and >0 i... |
groupinfo(8) -- displays group information
|
The groupinfo utility retrieves the group information from the system. The following command line options are recognised: -e return 0 if the group exists, and non-zero if the group does not exist, on ... |
groupmod(8) -- modify an existing group on the system
|
The groupmod utility modifies an existing group. The options are as follows: -g gid gives the numeric group identifier to be used for the new group. -n newname gives the new name which the group shall... |
growfs(8) -- grow size of an existing ffs file system
|
The growfs utility extends the newfs(8) program. Before starting growfs, the partition must be set to a larger size using disklabel(8). The growfs utility extends the size of the file system on the sp... |