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.
...
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)
...
VIPW(8) - System Manager’s Manual # VIPW(8) - System Manager’s Manual
NAME # vipw - edit the password file
SYNOPSIS # vipw
DESCRIPTION # vipw edits the password file after setting the appropriate locks, and does any necessary processing after the password file is unlocked. If the password file is already locked for editing by another user, vipw will ask you to try again later. The default editor for vipw is vi(1).
...