1.查看linux版本
cat /etc/issue
2.查看內核版本
cat /proc/version
或者使用uname指令
-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
-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
4.查看系統位數
file /bin/bash
5.查看gcc版本
gcc --version
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/128284.html
標籤:Linux
上一篇:集群
