May 2000
Beginner
761 pages
18h 20m
English
uname [ –amnprsv ] uname [ –S system_name ]
uname prints information about the current system on the standard output. If no options are specified, uname prints the current operating system's name. The options print selected information returned by uname(2) and/or sysinfo(2).
1 uname -n 2 uname -a |
Explanation
Prints the name of the host machine.
Prints the machine hardware name, network nodename, operating system release number, the operating system name, and the operating system version—same as -m, -n, -r, -s, and -v.
Read now
Unlock full access