uname.1 (650B)
1 .Dd 2015-10-08 2 .Dt UNAME 1 3 .Os sbase 4 .Sh NAME 5 .Nm uname 6 .Nd print system information 7 .Sh SYNOPSIS 8 .Nm 9 .Op Fl amnrsv 10 .Sh DESCRIPTION 11 .Nm 12 writes system information to stdout. If no flags are given, 13 .Nm 14 implies 15 .Fl s . 16 .Sh OPTIONS 17 .Bl -tag -width Ds 18 .It Fl a 19 Print all the information below. 20 .It Fl m 21 Print the machine's architecture. 22 .It Fl n 23 Print the system's network node hostname. 24 .It Fl r 25 Print the operating system's release name. 26 .It Fl s 27 Print the name of the operating system. 28 .It Fl v 29 Print the operating system's version name. 30 .El 31 .Sh SEE ALSO 32 .Xr uname 2 33 .Sh STANDARDS 34 The 35 .Nm 36 utility is compliant with the 37 .St -p1003.1-2013 38 specification.