cat-name
3 0
查看linux系统的版本名称
netnr 2019-09-26
hostnamectl # 信息一览

uname -a # Linux内核版本
uname -r
cat /proc/version
cat /etc/issue

cat /etc/redhat-release # RedHat(centos)
登录写评论