Get linux system info and version
# architecture # | |
lscpu | |
# release # | |
# RHEL, CentOS | |
cat /etc/redhat-release | |
# Ubuntu | |
cat /etc/issue | |
lsb_release -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment