uname.as
ARES System Manual: uname.as
(input)
(input)
(input)
The supported options are as follows:
(input)
@uname.as [-s] [-n] [-r] [-v] [-m] [-p] [-i] [-o]
: Returns system information.
(input)
@uname.as -a
: Returns all fields.
(input)
@uname.as
: Equivalent to @uname.as -s
uname.as
is a quick-and-dirty clone of the Unix uname
utility, added as a toy. (It was created after experiencing a substantial amount of exasperation with its absence in an emulated NEXTSTEP computer.)
The supported options are as follows:
-s
: The system name (ARES).
-n
: The host name (LSD:id.name
).
-r
: The system release.
-v
: The kernel version.
-m
: The machine type (ppc64).
-p
: The processor type (ppc64).
-i
: The implementation model.
-o
: The operating system (Psyche/CX).