To print the kernel name
$ uname -s
To print the network node hostname
$ uname -n
To print the kernel release
$ uname -r
To print the kernel version
$ uname -v
To print the machine hardware name
$ uname -m
To print the processor type
$ uname -p
To print the hardware platform
$ uname -i
To print the operating system
$ uname -o
To display help options and version
$ uname -h
$ uname --version
regards,
T.Dhanasekar