buddyspike
11/16/2016 - 12:29 PM

Useful linux commands

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