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.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Technorati
  • Twitter

Related Posts:

  1. Check Version of Windows
  2. SQL CHECK Constraint
  3. How to Reset Ubuntu Password in GRUB

Leave a Reply