minix man page for passwd

Query: passwd

OS: minix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PASSWD(1)						      General Commands Manual							 PASSWD(1)

NAME
passwd, chfn, chsh - change a login password, full name or shell
SYNOPSIS
passwd [user] chfn [user] fullname chfn [user] shell
EXAMPLES
passwd # Change current user's password passwd ast # Change ast's password (super-user only) chsh /usr/bin/mail # For those who only read mail chfn 'Jane Doe' # Current user is Jane Doe
DESCRIPTION
Passwd is used to change your password. It prompts for the old and new passwords. It asks for the new password twice, to reduce the effect of a typing error. Chfn changes the full name (GECOS field) in the password file. Chsh changes your login shell. Do not forget to copy the modified password file back to the root file system, or the changes will be lost when the system is rebooted.
SEE ALSO
login(1), su(1), crypt(3), getpwent(3). PASSWD(1)
Related Man Pages
yppasswd(1) - redhat
chsh(1) - debian
ypchsh(1) - centos
yppasswd(1) - centos
chsh(1) - minix
Similar Topics in the Unix Linux Community
ALERT!!! ALERT!!! I messed up the UNIX!!!
passwd - useradd issues
CUPS + passwd.md5 issue
How to write bash script for creating user on multiple Linux hosts?
A script to change password for all other servers