Check linux kernel version
Wednesday, July 2nd, 2008 Posted in Linux | No Comments »I am a linux noob, so here I go: Sometimes you want to know the particulars about the kernel of your linux. This can be done using uname command. To check kernel version: uname -v To check kernel release: uname -r To check kernel ...