Thanks in advance,
Alex Vinokur
`uname -a`
Eric
uname -r
More info:
---------------
Usage: uname [OPTION]...
Print certain system information. With no OPTION, same as -s.
-a, --all print all information
-m, --machine print the machine (hardware) type
-n, --nodename print the machine's network node hostname
-r, --release print the operating system release
-s, --sysname print the operating system name
-p, --processor print the host processor type
-v print the operating system version
--help display this help and exit
--version output version information and exit
----------------
regards, Frank Ranner
if you're looking for the Linux kernel version, try:
cat /dev/version
or (to be more general)
`uname -r`
-DR
--
An invasion of armies can be resisted, but not an idea whose time has come.
-- Victor Hugo