How to check linux version

  1. uname – Print kernel and system information.
uname -a
  1. lsb_release – Print distribution-specific information.
lsb_release -a
  1. /proc/version file – Print running kernel information.
more /proc/version
Written on November 2, 2016