FBTAB(5) - File Formats Manual # FBTAB(5) - File Formats Manual
NAME # fbtab - change device protection upon login
DESCRIPTION # The fbtab file contains lines which specify how the permissions and ownership of various system files should be changed based on the user’s login device name.
Comments start with a ‘#’ and extend to the end of the line. Blank lines or lines with only a comment are ignored.
...
Whereis,
Ls,
Stat,
Locate,
Symlink,
Chmod,
Chflags,
Glob,
Fts_open,
Xargs,
Which,
Find FIND(1) - General Commands Manual # FIND(1) - General Commands Manual
NAME # find - walk a file hierarchy
SYNOPSIS # find [-dHhLXx] [-f path] path … [expression]
DESCRIPTION # find recursively descends the directory tree for each path listed, evaluating an expression (composed of the “primaries” and “operators” listed below) in terms of each file in the tree. In the absence of an expression, -print is assumed. If an expression is given, but none of the primaries -delete, -exec, -execdir, -ls, -ok, -print, or -print0 are specified, the given expression is effectively replaced by ( given expression ) -print.
...
GLOB(7) - Miscellaneous Information Manual # GLOB(7) - Miscellaneous Information Manual
NAME # glob - shell-style pattern matching
DESCRIPTION # Globbing characters (wildcards) are special characters used to perform pattern matching of pathnames and command arguments in the csh(1), ksh(1), and sh(1) shells as well as the C library functions fnmatch(3) and glob(3). A glob pattern is a word containing one or more unquoted ‘?’ or ‘*’ characters, or “[.
...
HTTPD.CONF(5) - File Formats Manual # HTTPD.CONF(5) - File Formats Manual
NAME # httpd.conf - HTTP daemon configuration file
DESCRIPTION # httpd.conf is the configuration file for the HTTP daemon, httpd(8).
httpd.conf is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
Global Configuration
Global settings for httpd(8).
Servers
Listening HTTP web servers.
Types
Media types and extensions.
Within the sections, a host address can be specified by IPv4 address, IPv6 address, interface name, interface group, or DNS hostname.
...
Server,
Ls,
Ssh,
Scp,
Keygen,
Add,
Sshd,
Glob,
Ssh_config,
Ftp,
Sftp SFTP(1) - General Commands Manual # SFTP(1) - General Commands Manual
NAME # sftp - OpenSSH secure file transfer
SYNOPSIS # sftp [-46AaCfNpqrv] [-B buffer_size] [-b batchfile] [-c cipher] [-D sftp_server_command] [-F ssh_config] [-i identity_file] [-J destination] [-l limit] [-o ssh_option] [-P port] [-R num_requests] [-S program] [-s subsystem | sftp_server] [-X sftp_option] destination
DESCRIPTION # sftp is a file transfer program, similar to ftp(1), which performs all operations over an encrypted ssh(1) transport.
...