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