Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Last active November 6, 2019 12:29
Show Gist options
  • Select an option

  • Save manualbashing/33ede5d3167ab8770e618bcbc9c22b0e to your computer and use it in GitHub Desktop.

Select an option

Save manualbashing/33ede5d3167ab8770e618bcbc9c22b0e to your computer and use it in GitHub Desktop.
Find out, which #Linux distribution you are running

This method gives the most appropriate answer on older Linux Distributions:

cat /etc/issue

This method works best on modern Linux distributions:

cat /etc/os-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment