Checking Linux kernel version

​Linux kernel version can be checked by two ways.

First way is execution of command ‘uname -a’. ‘-a’ flag tells that command to show kernel information.

Another way of retrieving this information is to display content of /proc/version file. It can be done with running command: ‘cat /proc/version’.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator