Skip to content

Instantly share code, notes, and snippets.

@Banhawy
Last active February 2, 2019 15:20
Show Gist options
  • Save Banhawy/2e7bddf0783828cfa996a96fdc011123 to your computer and use it in GitHub Desktop.
Save Banhawy/2e7bddf0783828cfa996a96fdc011123 to your computer and use it in GitHub Desktop.
[Check Linux Distribution] Terminal command to check which linux distro is being used #linux #bash
uname -r
or
uname -a
cat /etc/lsb-release
cat /etc/os-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment