NAME UName - List information about this system SYNOPSIS UName [-amnprsv] DESCRIPTION UName lists various pieces of information about the system it is running on; depending on the argument specified. If no argument is specified, then "-n" is assumed. Arguments: a All information m Machine hardware name n Nodename of this computer p Processor type r Operating System Release s Name of the Operating System v Operating System Version The output fields are in the same order as that for SVR4 UUCP, and each field has no blanks. EXAMPLE uname -a AmigaOS adastra 3.0 39.115 Amiga/OCS m68030 Where "AmigaOS" is for -s, "adastra" is for -n, "3.0" is for -r, "39.115" is for -v, "Amiga/OCS" is for -m, and "m68030" is for -p. FILES UULib:Config BUGS None known. The Unix version of UNAME also includes a "-S" argument which allows the NODENAME to be SET by this command. I considered that to be too dangerous, so it wasn't implemented.