Jul 31
How do I check what Kernel version i’m using?
I’m sure there are lots of ways – one is:
cat /proc/version
Another way is:
uname -a
I suggested the “-r” parameter as the original thread question was “How do I check what Kernel im using?” and it was obvious that the kernel type was Linux.
The “-a” parameter will show everything that uname can report which is more than just kernel version.