uname.1 (584B)
1 .TH UNAME 1 sbase\-VERSION 2 .SH NAME 3 uname \- print system information 4 .SH SYNOPSIS 5 .B uname 6 .RB [ \-amnrsv ] 7 .SH DESCRIPTION 8 .B uname 9 prints system information. If no flags are given, uname will print only the 10 name of the operating system 11 .RB ( \-s ). 12 .SH OPTIONS 13 .TP 14 .B \-a 15 print all the information below. 16 .TP 17 .B \-m 18 print the machine's architecture. 19 .TP 20 .B \-n 21 print the system's network name. 22 .TP 23 .B \-r 24 print the operating system's release name. 25 .TP 26 .B \-s 27 print the name of the operating system. 28 .TP 29 .B \-v 30 print the operating system's version name. 31 .SH SEE ALSO 32 .IR uname (2)