linux系統檢視命令
系統
# uname -a #檢視核心/作業系統/CPU資訊
# head -n 1 /etc/issue #檢視作業系統版本
# cat /proc/cpuinfo #檢視CPU資訊
# hostname #檢視計算機名
# lspci -tv #列出所有PCI裝置
# lsusb -tv #列出所有USB裝置
# lsmod #列出載入的核心模組
# env #檢視環境變數
資源
# free -m #檢視記憶體使用量和區使用量
# df -h #檢視各分割槽使用情況
# du -sh #檢視指定目錄的大小
# grep MemTotal /proc/meminfo #檢視記憶體總量
# grep MemFree /proc/meminfo #檢視空閒記憶體量
# uptime #檢視系統執行時間、使用者數、負載
# cat /proc/loadavg #檢視系統負載
磁碟和分割槽
# mount | column -t #檢視掛接的分割槽狀態
# fdisk -l #檢視所有分割槽
# swapon -s #檢視所有分割槽
# hdp -i /dev/hda #檢視磁碟引數(僅適用於IDE裝置)
# dmesg | grep IDE #檢視啟動時IDE裝置檢測狀況
網路
# ifconfig #檢視所有網路介面的屬性
# iptables -L #檢視防火牆設定
# route -n #檢視錶
# netstat -lntp #檢視所有監聽埠
# netstat -antp #檢視所有已經建立的連線
# netstat -s #檢視網路統計資訊
程式
# ps -ef #檢視所有程式
# top #實時顯示程式狀態
使用者
# w #檢視活動使用者
# id #檢視指定使用者資訊
# last #檢視使用者登入日誌
# cut -d: -f1 /etc/passwd #檢視系統所有使用者
# cut -d: -f1 /etc/group #檢視系統所有組
# crontab -l #檢視當前使用者的計劃任務
服務
# chkconfig --list #列出所有系統服務
# chkconfig --list | grep on #列出所有啟動的系統服務
程式
# rpm -qa #檢視所有安裝的軟體包
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-631382/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux 系統檢視命令Linux
- linux系統資訊檢視命令Linux
- Linux檢視系統命令(轉)Linux
- Linux 檢視系統檔案命令Linux
- Linux檢視系統版本命令Linux
- 檢視Linux系統版本的命令Linux
- 檢視linux系統版本命令Linux
- Linux系統資訊檢視命令大全Linux
- 常用檢視Linux系統資訊命令Linux
- linux系統資訊檢視命令(收藏)Linux
- linux 檢視核心、系統版本命令Linux
- 檢視linux系統版本號的命令Linux
- linux常用到的檢視系統命令Linux
- aix系統檢視WWNN命令AI
- Linux 系統下檢視硬體資訊命令大全Linux
- Linux中常用的檢視系統資訊的命令Linux
- Linux系統檢視log日誌命令詳解!Linux
- Linux系統中常用的檔案檢視命令Linux
- Linux系統中的程序和埠檢視命令Linux
- linux中uptime命令檢視linux系統負載Linux負載
- 在Linux下檢視系統版本資訊命令總結Linux
- 檢視系統型別的命令型別
- LINUX檢視系統版本Linux
- 檢視 Linux 系統資訊Linux
- 如何檢視Linux系統版本?常用命令有哪些?Linux
- Linux系統檢視檔案地址常用的命令詳解!Linux
- Linux系統檢視磁碟可用空間的5個命令Linux
- redhat linux系統下檢視Emulex HBA卡基本命令RedhatLinux
- Linux - 檢視系統的版本Linux
- linux系統檢視wwn號Linux
- 檢視Linux系統版本資訊Linux
- LINUX檢視系統日誌Linux
- linux檢視系統版本資訊Linux
- linux 檢視系統版本號Linux
- Linux中命令列下檢視硬體資訊及系統版本Linux命令列
- Linux系統巡檢命令大盤點Linux
- linux系統檢視分割槽檔案系統Linux
- 檢視Linux系統資訊都有哪些命令?Linux學會有什麼用Linux