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
Post a Comment