Skip to main content
Active reading [<https://www.youtube.com/watch?v=1Dax90QyXgI&t=17m54s>].
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

BestThis is the best and easiest way to find the OS name and kernel version. It is also supported in all Linux flavors.

VERSION=`cat /proc/version` echo $VERSION 

Best and easiest way to find OS name and kernel version. It is also supported in all Linux flavors.

VERSION=`cat /proc/version` echo $VERSION 

This is the best and easiest way to find the OS name and kernel version. It is also supported in all Linux flavors.

VERSION=`cat /proc/version` echo $VERSION 
Source Link
shashank arora
  • 1.4k
  • 14
  • 15

Best and easiest way to find OS name and kernel version. It is also supported in all Linux flavors.

VERSION=`cat /proc/version` echo $VERSION