2015-10-08 11:15:08 -04:00
|
|
|
.Dd 2015-10-08
|
2015-01-31 08:20:02 -05:00
|
|
|
.Dt UNAME 1
|
2015-01-31 14:37:03 -05:00
|
|
|
.Os sbase
|
2015-01-30 15:51:23 -05:00
|
|
|
.Sh NAME
|
|
|
|
.Nm uname
|
|
|
|
.Nd print system information
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl amnrsv
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2015-02-07 16:15:56 -05:00
|
|
|
writes system information to stdout. If no flags are given,
|
2015-02-01 14:52:28 -05:00
|
|
|
.Nm
|
2015-02-07 16:15:56 -05:00
|
|
|
implies
|
|
|
|
.Fl s .
|
2015-01-30 15:51:23 -05:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl a
|
2015-02-01 14:52:28 -05:00
|
|
|
Print all the information below.
|
2015-01-30 15:51:23 -05:00
|
|
|
.It Fl m
|
2015-02-01 14:52:28 -05:00
|
|
|
Print the machine's architecture.
|
2015-01-30 15:51:23 -05:00
|
|
|
.It Fl n
|
2015-02-07 16:15:56 -05:00
|
|
|
Print the system's network node hostname.
|
2015-01-30 15:51:23 -05:00
|
|
|
.It Fl r
|
2015-02-01 14:52:28 -05:00
|
|
|
Print the operating system's release name.
|
2015-01-30 15:51:23 -05:00
|
|
|
.It Fl s
|
2015-02-01 14:52:28 -05:00
|
|
|
Print the name of the operating system.
|
2015-01-30 15:51:23 -05:00
|
|
|
.It Fl v
|
2015-02-01 14:52:28 -05:00
|
|
|
Print the operating system's version name.
|
2015-01-30 15:51:23 -05:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr uname 2
|
2015-02-07 16:15:56 -05:00
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
2015-03-27 12:22:48 -04:00
|
|
|
.St -p1003.1-2013
|
2015-02-07 16:15:56 -05:00
|
|
|
specification.
|