Who,
Syslogd,
Login.conf,
Login,
Chroot,
Proxy,
Sysctl,
Shells,
Inetd,
Pwd_mkdb,
Motd,
Services,
Ftp,
Ctime,
Group,
Skey,
Ftpd FTPD(8) - System Manager’s Manual # FTPD(8) - System Manager’s Manual
NAME # ftpd - Internet File Transfer Protocol server
SYNOPSIS # ftpd [-46ADdlMnPSUW] [-m minuid] [-T maxtimeout] [-t timeout] [-u mask]
DESCRIPTION # 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 as follows:
-4
When -D is specified, forces ftpd to use IPv4 addresses only.
...
GETENT(1) - General Commands Manual # GETENT(1) - General Commands Manual
NAME # getent - get entries from administrative database
SYNOPSIS # getent database [key …]
DESCRIPTION # The getent program retrieves and displays entries from the administrative database specified by database. The order in which entries are looked up is defined by the specific database (for example, the lookup order for the “hosts” database is determined by resolv.conf(5)). The display format for a given database is as per the “traditional” file format for that database.
...
KSH(1) - General Commands Manual # KSH(1) - General Commands Manual
NAME # ksh, rksh - public domain Korn shell
SYNOPSIS # ksh [-+abCefhiklmnpruvXx] [-+o option] [-c string | -s | file [argument …]]
DESCRIPTION # ksh is a command interpreter intended for both interactive and shell script use. Its command language is a superset of the sh(1) shell language.
The options are as follows:
-c string
ksh will execute the command(s) contained in string.
...
SHELLS(5) - File Formats Manual # SHELLS(5) - File Formats Manual
NAME # shells - shell database
DESCRIPTION # The shells file contains a list of valid shells available on the system. A shell is a command line interpreter that reads user input and executes commands. For each shell a single line should be present, consisting of the shell’s path, relative to root.
A hash mark (’#’) indicates the beginning of a comment; subsequent characters up to the end of the line are not interpreted by the routines which search the file.
...