UNAME(1) — Silicon Graphics
NAME
uname − print name of current UNIX System
SYNOPSIS
uname [ −snrvma ]
DESCRIPTION
Uname prints the current system name of the UNIX System on the standard output file. It is mainly useful to determine what system one is using. The options cause selected information returned by uname(2) to be printed:
−s print the system name (default).
−n print the nodename (the nodename may be a name that the system is known by to a communications network).
−r print the operating system release.
−v print the operating system version.
−m print the machine hardware name.
−a print all the above information.
Arguments not recognized default the command to the −s option.
EXAMPLE
uname
on UNIX would print on the screen
unix
SEE ALSO
Version 2.1 — January 02, 1985