ADDUSER.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. ADDUSER(8)                Minix Programmer's Manual                 ADDUSER(8)
  2. NAME
  3.      adduser - add a new user to the system
  4. SYNOPSIS
  5.      adduser user group home-dir
  6. EXAMPLES
  7.      adduser ast other /usr/ast
  8.                          # How user ast could be added
  9.      adduser bin operator /usr/src
  10.                          # How user bin could be added
  11. DESCRIPTION
  12.      Adduser adds  a  new  user  to  the  system  by  making  new  entries  in
  13.      /etc/passwd  and  /etc/shadow  for  the  new  user,  creating  a new home
  14.      directory, and copying  the  contents  of  the  template  home  directory
  15.      /usr/ast  into  it.   The user-id of this new user will be the first free
  16.      number not less than 10.  The password is initially empty, the full  name
  17.      must  be  set,  and the shell is the Bourne Shell, /bin/sh . Use passwd ,
  18.      chfn , and chsh to change.
  19. SEE ALSO
  20.      login(1), passwd(1), passwd(5).
  21.                                                                              1