The response you see will likely differ from the ones given here,
but the general format of the response will be similar.
you can determine the operating system, the machine name, the kernel
patch level, and some hardware information:
SunOS
This first part of the text identifies the operating system.
Other options include AIX, BSD, HP, IRIX, Linux, and several more.
In this example, running uname
-a returns SunOS.
staff3.cso.uiuc.edu
This part of the text identifies the machine name, which is assigned
by the system administrator. It can be fully qualified (it can
include network identification information separated by periods),
as above, or it can give only the machine name (in this case,
the name would be staff3).
5.7 Generic_106541-12
The information in this section identifies which version of the
operating system is installed (possibly including kernel patch
levels, as indicated by the 106541-12
number above). Other possibilities in this area of uname
-a output include a listing of the date and time when the
uname -a command
was run.
sun4u sparc SUNW,Ultra-2
The last part of the line indicates hardware information, such
as processor type. i386 is also a common value to see in this
area. (AIX and HP machines do not commonly include processor information
in the uname -a
output.)