Check OS And Kernel Version
On most (any?) Linux or Unix system, you should be able to check which operating system it is running by using: [root@humandoing root]# unameLinux This of course can be great when used in a shell script and you need to perform different actions depending on the operating system that the script is being executed on. [...]


