Linux常用檢視版本指令

2022-03-15 18:17:25 字數 944 閱讀 4914

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

Linux系統中常用於檢視版本資訊的指令

檢視版本資訊常用指令 v 與 v ersion 等價。持續更新 檢視conda版本 conda v補充 利用conda建立虛擬環境 conda create n test test是自己設定的虛擬環境名字 進入虛擬環境 conda activate test 退出虛擬環境 conda deactiv...

檢視linux版本

1.檢視核心版本命令 1 root q1test01 cat proc version linux version 2.6.9 22.elsmp bhcompile crowe.devel.redhat.com gcc version 3.4.4 20050721 red hat 3.4.4 2 1...

檢視linux版本

1.檢視核心版本命令 1 cat proc version linux version 2.6.9 22.elsmp bhcompile crowe.devel.redhat.com gcc version 3.4.4 20050721 red hat 3.4.4 2 1 smp mon sep 1...