home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
prgramer
/
unix
/
doc
/
uname.man
< prev
next >
Wrap
Text File
|
1993-06-13
|
2KB
|
67 lines
UNAME(1L) UNAME(1L)
NNAAMMEE
uname - print system information
SSYYNNOOPPSSIISS
uunnaammee [-snrvma] [--sysname] [--nodename] [--release]
[--version] [--machine] [--all]
DDEESSCCRRIIPPTTIIOONN
This manual page documents the GNU version of uunnaammee.
uunnaammee prints information about the machine and operating
system it is run on. If no options are given, uunnaammee acts
as if the _-_s option were given. If multiple options are
given or the _-_a option is given, the selected information
is printed in the order `snrvm' with a space between
items.
OOPPTTIIOONNSS
_-_s_, _-_-_s_y_s_n_a_m_e
Print the operating system name.
_-_n_, _-_-_n_o_d_e_n_a_m_e
Print the machine's network node hostname.
_-_r_, _-_-_r_e_l_e_a_s_e
Print the operating system release.
_-_v_, _-_-_v_e_r_s_i_o_n
Print the operating system version.
_-_m_, _-_-_m_a_c_h_i_n_e
Print the machine (hardware) type.
_-_a_, _-_-_a_l_l
Print all of the above information.
The long-named options can be introduced with `+' as well
as `--', for compatibility with previous releases. Even-
tually support for `+' will be removed, because it is
incompatible with the POSIX.2 standard.
1