Skip to content

Instantly share code, notes, and snippets.

@buddhike
Last active November 16, 2016 12:31
Show Gist options
  • Save buddhike/4476cbd0abfbe45b9c674c4f16439a5b to your computer and use it in GitHub Desktop.
Save buddhike/4476cbd0abfbe45b9c674c4f16439a5b to your computer and use it in GitHub Desktop.
Useful linux commands
# Find linux distro details
## This info is generally available in os-release or lsb-release files.
cat /etc/*-release
## Alternatively we can use the lab_release command
lsb_release -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment