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

操作系统开发

开发平台:

C/C++

  1. SU(1)                     Minix Programmer's Manual                      SU(1)
  2. NAME
  3.      su - temporarily log in as superuser or another user
  4. SYNOPSIS
  5.      su [name]
  6. EXAMPLES
  7.      su                  # Become superuser
  8.      su ast              # Become ast
  9. DESCRIPTION
  10.      Su can be used to temporarily login as another user.  It prompts for  the
  11.      superuser  password.   If  the  correct password is entered, su creates a
  12.      shell with the desired uid.  If no name is specified,  root  is  assumed.
  13.      To  exit  the  temporary shell, type CTRL-D.  When memory is tight, it is
  14.      better to become superuser by logging out and then logging  in  again  as
  15.      root,  rather  than  using  su since the latter creates an extra shell in
  16.      memory.  Any user with a zero group id need not type  a  password.   This
  17.      makes life easier for the system administrator.
  18. SEE ALSO
  19.      login(1).
  20.                                                                              1