CHPASS(1) - General Commands Manual # CHPASS(1) - General Commands Manual
NAME # chpass, chfn, chsh - add or change user database information
SYNOPSIS # chpass [-s newshell] [user]
chpass -a list
DESCRIPTION # chpass allows editing of the user database information associated with user, or, by default, the current user. The information is formatted and supplied to an editor for changes.
Only the information that the user is allowed to change is displayed.
...
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.
...
PASSWD(1) - General Commands Manual # PASSWD(1) - General Commands Manual
NAME # passwd - modify a user’s password
SYNOPSIS # passwd [user]
DESCRIPTION # passwd changes the user’s password. If no user is specified, the user’s login name is used (see logname(1)). First, the user is prompted for their current password. If the current password is correctly typed, a new password is requested. The new password must be entered twice to avoid typing errors.
...
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.
...
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).
...