UNAME.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- UNAME(1) Minix Programmer's Manual UNAME(1)
- NAME
- uname, arch - system info
- SYNOPSIS
- uname [-snrvmpa]
- arch [-snrvmpa]
- OPTIONS
- -s System name
- -n Node/network name
- -r Operating system release
- -v Operating system version
- -m Machine type
- -p Processor family
- -a Short for -snrvm
- EXAMPLES
- uname -n # Print the name of the system
- arch # Print the name of the system architecture
- DESCRIPTION
- Uname and arch give information about the system. The options indicate
- which information strings must be printed. These strings are always in
- the same order. Uname and arch only differ w.r.t. the default string to
- print, -s and -p respectively.
- The strings are compiled into the commands except for the node name, it
- is obtained from the file /etc/hostname.file. Uname -m should return the
- actual machine type, not the same string as with -p.
- SEE ALSO
- uname(3).
- 1