-
檢視Linux系統核心資訊
uname -a
-
檢視Linux作業系統版本資訊
cat /proc/version
-
檢視Linux作業系統發行版資訊
lsb_release -a
cat /etc/issue
cat /etc/redhat-release
-
檢視裝置型號
sudo /usr/sbin/dmidecode -s system-product-name
-
檢視CPU相關資訊
CPU數量:
cat /proc/cpuinfo | grep "physical id" | uniq | wc -l
CPU核數:
cat /proc/cpuinfo | grep "cpu cores" | uniq
CPU型號:
cat /proc/cpuinfo | grep 'model name' | uniq
-
檢視記憶體相關資訊
記憶體總數:
cat /proc/meminfo | grep MemTotal
-
檢視網路資訊
cat /etc/sysconfig/network-scripts/
nmcli connection show
Linux常用資訊收集命令
相關文章
- linux常用易忘命令收集Linux
- linux常用基礎命令操作收集Linux
- rda收集資訊命令
- kali常用的資訊收集
- LINUX命令收集Linux
- powershell滲透-資訊收集命令
- 常用檢視Linux系統資訊命令Linux
- 10 個用於收集硬體資訊的 Linux 命令Linux
- Linux本地資訊收集Linux
- Oracle 常用 Dump 命令收集(轉帖)Oracle
- Linux下 netstat ps kill 命令詳解及常用命令收集Linux
- 檢查和收集 Linux 硬體資訊的 7 個命令Linux
- linux 常用的系統資訊查詢命令Linux
- 【統計資訊】Oracle常用的收集統計資訊方式Oracle
- 生物資訊學中常用的linux系統命令Linux
- 收集 Linux 命令列執行的命令Linux命令列
- Linux中常用的檢視系統資訊的命令Linux
- 常用OS獲取資訊命令
- 常用linux命令Linux
- 【Linux】-Sysreport linux系統資訊收集工具Linux
- 資訊收集
- Linux常用效能命令Linux
- 常用的linux命令Linux
- Linux常用命令:效能命令Linux
- Javascript常用收集JavaScript
- 常用的Linux命令;Linux常用命令用法及實現方式Linux
- Redis 常用監控資訊命令總結Redis
- Linux技術——常用 linux 命令Linux
- 【Linux】—— vim常用操作命令Linux
- DBA常用的linux命令Linux
- Linux 常用基礎命令Linux
- 我常用的Linux命令Linux
- 有趣常用的linux命令Linux
- 我的常用Linux命令Linux
- linux常用 經典命令Linux
- 常用命令[Linux]Linux
- linux常用基本命令Linux
- Linux 常用命令Linux