MKNETID(8) - System Manager’s Manual # MKNETID(8) - System Manager’s Manual
NAME # mknetid - generate a YP map of group and domain memberships
SYNOPSIS # mknetid [-q] [-d domain] [-g groupfile] [-h hostfile] [-m netidfile] [-P master.passwdfile] [-p passwdfile]
DESCRIPTION # The mknetid utility combines information from the passwd(5), group(5), hosts(5), and netid(5) files, printing it in netid(5) format to the standard output. If the passwd(5) file is not available, the master.
...
NETID(5) - File Formats Manual # NETID(5) - File Formats Manual
NAME # netid - YP network credential file
DESCRIPTION # The file /etc/netid consists of newline separated ASCII records. Each record consists of a key, a single blank character, and a value. The key and the value may be arbitrary strings except that neither may contain blank characters.
Records in the file /etc/netid and in the netid.byname YP map are ignored by the system unless they have the following form:
...
RMGROUP(8) - System Manager’s Manual # RMGROUP(8) - System Manager’s Manual
NAME # rmgroup - delete a UNIX group
SYNOPSIS # rmgroup group
DESCRIPTION # rmgroup deletes the specified UNIX group from group database. rmgroup will not delete the system groups wheel, daemon, kmem, sys, tty, operator, bin, nogroup, nobody, or groups with gid 0. Do not delete these groups.
FILES # /etc/group
group database
SEE ALSO # group(5), adduser(8), rmuser(8)
...
SU(1) - General Commands Manual # SU(1) - General Commands Manual
NAME # su - substitute user identity
SYNOPSIS # su [-fKLlm] [-a auth-type] [-c login-class] [-s login-shell] [login [shell-argument …]]
DESCRIPTION # The su utility allows a user to run a shell with the user and group ID of another user without having to log out and in as that other user. All of the real, effective, and saved user and group IDs as well as all supplementary group IDs are always set according to the target user.
...
Portmap,
Ypserv,
Ypcat,
Resolv.conf,
Makefile.yp,
Ypwhich,
Group,
Ypbind,
Passwd,
Ypset,
Ypinit,
Yppoll,
Ypmatch,
Domainname,
Yppush,
Defaultdomain,
Ypxfr,
Yp_bind,
Yp YP(8) - System Manager’s Manual # YP(8) - System Manager’s Manual
NAME # yp - description of the YP subsystem
SYNOPSIS # ypinit -m [domainname]
ypinit -s master_server [domainname]
ypinit -u [domainname]
ypbind [-insecure] [-ypset] [-ypsetme]
ypset [-d domain] [-h host] server
yppoll [-d domain] [-h host] mapname
ypcat [-kt] [-d domainname] mapname
ypcat -x
ypmatch [-kt] [-d domainname] key … mapname
ypmatch -x
ypwhich [-t] [-d domain] [[-h] host]
...