uname命令詳解

2022-03-21 23:02:26 字數 1924 閱讀 2641

基礎命令學習目錄首頁12

3456

78910

1112

-a, --all                print all information,inthe following order,

except omit -p and -iifunknown:

-s, --kernel-name        print the kernel name

-n, --nodename           print the network nodehostname

-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 processortypeor"unknown"

-i, --hardware-platform  print the hardware platform or"unknown"

-o, --operating-system   print the operating system

--help     display this help andexit

--version  output version information andexit12

3456

[root@localhost ~]# cat /etc/redhat-release   [系統版本]

[root@localhost ~]# uname -a              [所有資訊]

[root@localhost ~]# uname -m              [硬體資訊]

[root@localhost ~]# uname -n              [主機名稱]

[root@localhost ~]# uname -r              [核心資訊]

[root@localhost ~]# env                   [環境變數]

核心資訊詳解

出處:個性簽名: 所有的事情到最後都是好的,如果不好,那說明事情還沒有到最後~

本文版權歸作者【小a玖拾柒】和【

Linux 系統管理 uname 命令詳解

uname命令用於列印當前系統相關資訊 核心版本號 硬體架構 主機名稱和作業系統型別等 uname 選項 a或 all 顯示全部的資訊 m或 machine 顯示電腦型別 n或 nodename 顯示在網路上的主機名稱 r或 release 顯示作業系統的發行編號 s或 sysname 顯示作業系統...

Linux基礎命令 uname

uname uname 指令用來顯示計算機硬體以及作業系統的相關資訊,例如計算機名 核心版本 硬體架構。此命令的適用範圍 redhat rhel ubuntu centos fedora suse opensuse。1 語法 uname 選項 2 選項列表 選項說明 a all 顯示所有的資訊 s ...

arch 與 uname使用詳解

檢視主機硬體架構型別 arch命令用於顯示當前主機的硬體架構型別。同樣的uname m也可以檢視主機的硬體架構型別 uname命令用於列印當前系統相關資訊 核心版本號 硬體架構 主機名稱和作業系統型別等 單純的uname命令 顯示作業系統型別 或者uname o uname r 檢視核心版本 una...