Last active
February 2, 2019 15:20
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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