* reordered a little bit
[mascara-docs.git] / i86 / elks / elkscmd / sys_utils / passwd.1
blob948040bb4a7db9ec8782dad89c3347de81675f37
1 .TH passwd 1 "ELKS <Whatever>" "ELKS" \" -*- nroff -*-
2 .SH NAME
3 passwd \- change user password
4 .SH SYNOPSIS
5 .B passwd
6 [username]
7 .SH DESCRIPTION
8 This document describes the ELKS version of
9 .BR passwd .
10 This version is extremely minimal and should not be used whenever using a
11 better version is practical.
12 .PP
13 .BR passwd
14 is used to change the password on user accounts. The super user can change
15 passwords on any account as specified by
16 .I username
17 , whereas ordinary users can only change the password
18 on their own account.
19 .SH EXAMPLES
20 .IP
21 passwd
22 .IP
23 passwd user
24 .LP
25 .SH EXIT STATUS
26 .TP
27 .B 0
28 Password changed successfully.
29 .TP
30 .B >0
31 An error occured.
32 .SH FILES
33 .PD 0
34 .TP
35 .B /etc/passwd
36 .PD
37 .SH BUGS
38 setuid behavoir has not yet been tested.
39 .SH AUTHORS
40 Shane Kerr (kerr@wizard.net)
41 .br
42 Al Riddoch (ajr@ecs.soton.ac.uk) (this manpage)
43 .SH SEE ALSO
44 .BR passwd (5),
45 .BR getpwent (3),
46 .BR login (1)