登录社区云,与社区用户共同成长
邀请您加入社区
linux怎么查看是不是centos版本
登录到linux
1、显示发行版本信息;
cat /etc/issue
2、显示LSB和特定版本信息;
lsb_release -a
LSB是Linux Standard Base的缩写,lsb_release命令用来显示LSB和特定版本的相关信息。
3、显示Redhat Linux版本信息。
cat /etc/redhat-release
更多推荐
Catf1ag CTF Web(三)
Linux入门:Linux权限解析
Linux--网络层IP
扫一扫分享内容
所有评论(0)