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

操作系统开发

开发平台:

WINDOWS

  1. .TH SU 1
  2. .SH NAME
  3. su - temporarily log in as superuser or another user
  4. .SH SYNOPSIS
  5. fBsufR [fInamefR]fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH EXAMPLES
  18. .EX "su    " "Become superuser"
  19. .EX "su ast" "Become fIastfR"
  20. .SH DESCRIPTION
  21. .PP
  22. .I Su
  23. can be used to temporarily login as another user.
  24. It prompts for the superuser password.
  25. If the correct password is entered,
  26. .I su
  27. creates a shell with the desired uid.
  28. If no name is specified, fIrootfR is assumed.
  29. To exit the temporary shell, type CTRL-D.
  30. When memory is tight, it is better to become superuser by logging out and
  31. then logging in again as fIrootfR, rather than using fIsufR since the
  32. latter creates an extra shell in memory.  Any user with a zero group id need
  33. not type a password.  This makes life easier for the system administrator.
  34. .SH "SEE ALSO"
  35. .BR login (1).