Skip to content

Instantly share code, notes, and snippets.

@Jeckerson
Created March 21, 2020 13:35
Show Gist options
  • Save Jeckerson/97fb3a63828f609e3d85bba0c448e41f to your computer and use it in GitHub Desktop.
Save Jeckerson/97fb3a63828f609e3d85bba0c448e41f to your computer and use it in GitHub Desktop.
How to check the kernel version of a Linux system?
uname
# Linux
uname -a
# Linux feb1f2105a6d 4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment