Skip to content

Instantly share code, notes, and snippets.

@1901
Last active September 11, 2019 12:55
Show Gist options
  • Save 1901/15ff02354de763fd217c776aec79d089 to your computer and use it in GitHub Desktop.
Save 1901/15ff02354de763fd217c776aec79d089 to your computer and use it in GitHub Desktop.
[check linux version] #linux #version
# 查看 Linux 内核版本信息
cat /proc/version
uname -a
uname -r
# 查看 Linux 系统版本信息
cat /etc/issue
cat /etc/lsb-release
lsb_release -a
cat /etc/os-release
cat /etc/redhat-release
cat /etc/redhat-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment