sbase/uname.1

35 lines
601 B
Groff
Raw Normal View History

.Dd January 30, 2015
.Dt UNAME 1
.Os sbase
.Sh NAME
.Nm uname
.Nd print system information
.Sh SYNOPSIS
.Nm
.Op Fl amnrsv
.Sh DESCRIPTION
.Nm
2015-02-01 19:52:28 +00:00
prints system information. If no flags are given,
.Nm
will print only the
name of the operating system as
.Fl s
would.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl a
2015-02-01 19:52:28 +00:00
Print all the information below.
.It Fl m
2015-02-01 19:52:28 +00:00
Print the machine's architecture.
.It Fl n
2015-02-01 19:52:28 +00:00
Print the system's network name.
.It Fl r
2015-02-01 19:52:28 +00:00
Print the operating system's release name.
.It Fl s
2015-02-01 19:52:28 +00:00
Print the name of the operating system.
.It Fl v
2015-02-01 19:52:28 +00:00
Print the operating system's version name.
.El
.Sh SEE ALSO
.Xr uname 2