linux查看伺服器作業系統版本的方法:1、登入linux系統,進入終端機;2、在終端機中執行「uname -a」指令查看伺服器安裝的系統版本即可。
本教學操作環境:centos 3.10.0系統、Dell G3電腦。
linux查看伺服器是什麼作業系統版本?
查看伺服器上裝的是什麼系統(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影片教學》
以上是linux查看伺服器是什麼作業系統版本的詳細內容。更多資訊請關注PHP中文網其他相關文章!