共计 1078 个字符,预计需要花费 3 分钟才能阅读完成。
这篇文章主要介绍“linux 服务器操作系统版本怎么查看”的相关知识,丸趣 TV 小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“linux 服务器操作系统版本怎么查看”文章能帮助大家解决问题。
linux 查看服务器操作系统版本的方法:1、登录 linux 系统,进入终端;2、在终端中通过执行“uname -a”命令查看服务器安装的系统版本即可。
查看服务器上装的是什么系统(CentOs,Ubuntu)?
登录进去 linux 系统里面,使用命令:
uname -a
截图的效果
可以看的,服务器安装的 centos 3.10.0-514.26.2.el7.x86_64,64 位版本;
-a, --all print all information, in the following order,
except omit -p and -i if unknown:
打印所有信息,显示系统名、节点名称、操作系统的发行版号、内核版本等等; -s, --kernel-name print the kernel name
打印内核名
-n, --nodename print the network node hostname
打印网络节点主机名
-r, --kernel-release print the kernel release
显示操作系统的发行版本号
-v, --kernel-version print the kernel version
输出发行版本的日期
-m, --machine print the machine hardware name
打印机器硬件名称(64 位还是 32 位的) -p, --processor print the processor type or unknown
打印处理器类型或“未知” -i, --hardware-platform print the hardware platform or unknown
打印硬件平台或“未知” -o, --operating-system print the operating system
打印操作系统
--help display this help and exit
显示此帮助并退出
--version output version information and exit
输出版本信息并退出
关于“linux 服务器操作系统版本怎么查看”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识,可以关注丸趣 TV 行业资讯频道,丸趣 TV 小编每天都会为大家更新不同的知识点。
正文完