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

操作系统开发

开发平台:

C/C++

  1. .TH UNAME 1
  2. .SH NAME
  3. uname, arch - system info
  4. .SH SYNOPSIS
  5. fBunamefR [fB-snrvmpafR]fR
  6. .br
  7. fBarchfR [fB-snrvmpafR]fR
  8. .br
  9. .de FL
  10. .TP
  11. \fB\$1\fR
  12. \$2
  13. ..
  14. .de EX
  15. .TP 20
  16. \fB\$1\fR
  17. # \$2
  18. ..
  19. .SH OPTIONS
  20. .FL "-s" "System name"
  21. .FL "-n" "Node/network name"
  22. .FL "-r" "Operating system release"
  23. .FL "-v" "Operating system version"
  24. .FL "-m" "Machine type"
  25. .FL "-p" "Processor family"
  26. .FL "-a" "Short for fB-snrvmfR"
  27. .SH EXAMPLES
  28. .EX "uname -n" "Print the name of the system"
  29. .EX "arch" "Print the name of the system architecture"
  30. .SH DESCRIPTION
  31. .PP
  32. fIUnamefP and fIarchfP give information about the system.  The options
  33. indicate which information strings must be printed.  These strings are always
  34. in the same order.  fIUnamefP and fIarchfP only differ w.r.t. the default
  35. string to print, fB-sfP and fB-pfP respectively.
  36. .PP
  37. The strings are compiled into the commands except for the node name, it is
  38. obtained from the file fI/etc/hostname.filefP.  fBUname -mfP should
  39. return the actual machine type, not the same string as with fB-pfP.
  40. .SH "SEE ALSO"
  41. .BR uname (3).