PASSWD.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH PASSWD 1
  2. .SH NAME
  3. passwd, chfn, chsh - change a login password, full name or shell
  4. .SH SYNOPSIS
  5. fBpasswdfR [fIuserfR]fR
  6. .br
  7. fBchfnfR [fIuserfR] fIfullnamefRfR
  8. .br
  9. fBchfnfR [fIuserfR] fIshellfRfR
  10. .br
  11. .de FL
  12. .TP
  13. \fB\$1\fR
  14. \$2
  15. ..
  16. .de EX
  17. .TP 20
  18. \fB\$1\fR
  19. # \$2
  20. ..
  21. .SH EXAMPLES
  22. .EX "passwd" "Change current user's password"
  23. .EX "passwd ast" "Change ast's password (super-user only)"
  24. .EX "chsh /usr/bin/mail" "For those who only read mail"
  25. .EX "chfn 'Jane Doe'" "Current user is Jane Doe"
  26. .SH DESCRIPTION
  27. .PP
  28. .I Passwd
  29. is used to change your password.
  30. It prompts for the old and new passwords.
  31. It asks for the new password twice, to reduce the effect of a typing error.
  32. .I Chfn
  33. changes the full name (GECOS field) in the password file.
  34. .I Chsh
  35. changes your login shell.
  36. Do not forget to copy the modified password file back to the root file system,
  37. or the changes will be lost when the system is rebooted.
  38. .SH "SEE ALSO"
  39. .BR login (1),
  40. .BR su (1),
  41. .BR crypt (3),
  42. .BR getpwent (3).