Files
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

42 lines
782 B
Groff

.\" @(#)uname.1 1.1 94/10/31 SMI; from S5R2 6.2 9/2/83
.TH UNAME 1 "26 September 1988"
.SH NAME
uname \- display the name of the current system
.SH SYNOPSIS
.B uname
[
.B \-mnrsva
]
.SH DESCRIPTION
.IX uname "" "\fLuname\fR \(em print hostname"
.LP
.B uname
prints information about the current system
on the standard output.
If no options are specified,
.B uname
prints the current system's name.
.SH OPTIONS
.TP
.B \-m
Print the machine hardware name.
.TP
.B \-n
Print the nodename.
The nodename may be a name that the system is
known by to a communications network.
.TP
.B \-r
Print the operating system release.
.TP
.B \-s
Print the system name (default).
.TP
.B \-v
Print the operating system version.
.TP
.B \-a
Print all the above information.
.SH "SEE ALSO"
.BR uname (2V)