Research V3 development
[unix-history] / man / man1 / passwd.1
CommitLineData
ad4f09a5
KT
1.pa 1
2.he 'PASSWD (I)'9/1/72'PASSWD (I)'
3.ti 0
4NAME passwd -- set login password
5.sp
6.ti 0
7SYNOPSIS passwd\b\b\b\b\b\b______ name password
8.sp
9.ti 0
10DESCRIPTION The
11password is placed on the given login name.
12This can only be done by the user ID
13corresponding to the login name or by the super-user.
14An explicit null argument ("") for the password
15argument will remove
16any password from the login name.
17.sp
18.ti 0
19FILES /etc/passwd
20.sp
21.ti 0
22SEE ALSO login(I), passwd(V), crypt(III)
23.sp
24.ti 0
25DIAGNOSTICS Diagnostics
26are given for a non-match of the login name,
27lack of permission and for password file format errors.
28.sp
29.ti 0
30BUGS --