EXPORTS(5) - File Formats Manual # EXPORTS(5) - File Formats Manual
NAME # exports - define remote mount points for NFS mount requests
DESCRIPTION # The exports file specifies remote mount points for the NFS mount protocol per the NFS server specification; see Network File System Protocol Specification, RFC 1094, Appendix A and NFS: Network File System Version 3 Specification, RFC 1813, Appendix I.
Each line in the file (other than comment lines that begin with a “#”) specifies the mount point(s) and export flags within one local server filesystem for one or more hosts.
...
NETGROUP_MKDB(8) - System Manager’s Manual # NETGROUP_MKDB(8) - System Manager’s Manual
NAME # netgroup_mkdb - generate the netgroup databases
SYNOPSIS # netgroup_mkdb [-o database] [file]
DESCRIPTION # netgroup_mkdb creates Berkeley databases for the specified file. If no file is specified, /etc/netgroup is used. These databases are then installed into /etc/netgroup.db. The file must be in the correct format (see netgroup(5)).
The options are as follows:
-o database
Put the output databases in the named file.
...
NETGROUP(5) - File Formats Manual # NETGROUP(5) - File Formats Manual
NAME # netgroup - defines network groups
DESCRIPTION # The netgroup file specifies “netgroups”, which are sets of (host, user, domain) tuples that are to be given similar network access.
Each line in the file consists of a netgroup name followed by a list of the members of the netgroup. Each member can be either the name of another netgroup or a specification of a tuple as follows:
...
Adduser,
Login.conf,
Login,
Makefile.yp,
Netid,
Getpwent,
Chpass,
Yp,
Pwd_mkdb,
Vipw,
Crypt,
Netgroup,
Passwd PASSWD(5) - File Formats Manual # PASSWD(5) - File Formats Manual
NAME # passwd, master.passwd - format of the password file
DESCRIPTION # The master.passwd file, readable only by root, consists of newline-separated records, one per user, containing ten colon separated fields. These fields are as follows:
name
User’s login name.
password
User’s encrypted password.
uid
User’s login user ID.
gid
User’s login group ID.
class
User’s general classification (see login.
...
REVNETGROUP(8) - System Manager’s Manual # REVNETGROUP(8) - System Manager’s Manual
NAME # revnetgroup - generate reverse netgroup data
SYNOPSIS # revnetgroup -h | -u [-f netgroup_file]
DESCRIPTION # revnetgroup processes the contents of a file in netgroup(5) format into what is called reverse netgroup form. That is, where the original file shows netgroup memberships in terms of which members reside in a particular group, the reverse netgroup format specifies what groups are associated with a particular member.
...