Sunday 12 January 2014

Linux Mint Find Kernel Version/Determine Kernel Version

If you want to know your Linux kernel version, open a terminal window and type:

uname -a

For example, I'm running Linux Mint Maya and I get the following output:

Linux computer 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:41:14 UTC 2012 i686 i686 i386 GNU/Linux

That means my kernel is version 3.2.0-23.


Incidentally, I recently found this list of useful commands for system info, I will have to check some of them out over the coming days!

uname -r
lsusb
rfkill list
iwconfig
lsmod


No comments:

Post a Comment

Popular Posts