home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-man.lha / man / uname < prev    next >
Encoding:
Text File  |  1993-11-12  |  1.2 KB  |  51 lines

  1. NAME
  2.         UName - List information about this system
  3.  
  4. SYNOPSIS
  5.         UName [-amnprsv]
  6.  
  7. DESCRIPTION
  8.  
  9.         UName lists various pieces of information about the system
  10.         it is running on; depending on the argument specified. If
  11.         no argument is specified, then "-n" is assumed.
  12.  
  13.         Arguments:
  14.  
  15.                 a   All information
  16.  
  17.                 m   Machine hardware name
  18.  
  19.                 n   Nodename of this computer
  20.  
  21.                 p   Processor type
  22.  
  23.                 r   Operating System Release
  24.  
  25.                 s   Name of the Operating System
  26.  
  27.                 v   Operating System Version
  28.  
  29.         The output fields are in the same order as that for SVR4 UUCP, and
  30.         each field has no blanks.
  31.  
  32. EXAMPLE
  33.  
  34.         uname -a
  35.  
  36.                 AmigaOS adastra 3.0 39.115 Amiga/OCS m68030
  37.  
  38.         Where "AmigaOS" is for -s, "adastra" is for -n, "3.0" is for -r,
  39.         "39.115" is for -v, "Amiga/OCS" is for -m, and "m68030" is for -p.
  40.  
  41. FILES
  42.  
  43.         UULib:Config
  44.  
  45. BUGS
  46.         None known.
  47.  
  48.         The Unix version of UNAME also includes a "-S" argument which
  49.         allows the NODENAME to be SET by this command. I considered that
  50.         to be too dangerous, so it wasn't implemented.
  51.