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

操作系统开发

开发平台:

WINDOWS

  1. PASSWD(1)                 Minix Programmer's Manual                  PASSWD(1)
  2. NAME
  3.      passwd, chfn, chsh - change a login password, full name or shell
  4. SYNOPSIS
  5.      passwd [user]
  6.      chfn [user] fullname
  7.      chfn [user] shell
  8. EXAMPLES
  9.      passwd              # Change current user's password
  10.      passwd ast          # Change ast's password (super-user only)
  11.      chsh /usr/bin/mail  # For those who only read mail
  12.      chfn 'Jane Doe'     # Current user is Jane Doe
  13. DESCRIPTION
  14.      Passwd is used to change your password.  It prompts for the old  and  new
  15.      passwords.  It asks for the new password twice, to reduce the effect of a
  16.      typing error.  Chfn changes the full name (GECOS field) in  the  password
  17.      file.  Chsh changes your login shell.  Do not forget to copy the modified
  18.      password file back to the root file system, or the changes will  be  lost
  19.      when the system is rebooted.
  20. SEE ALSO
  21.      login(1), su(1), crypt(3), getpwent(3).
  22.                                                                              1