windows:使用systeminfo命令
linux:uname -a (檢視作業系統資訊、主機名、cpu種類、當期時間等)如:linux localhost.localdomain 2.6.9-42.elsmp #1 smp wed jul 12 23:27:17 edt 2006 i686 i686 i386 gnu/linux
cat /proc/cpuinfo 檢視cpu的具體資訊
grep "cpu" /proc/cpuinfo
cat /proc/meminfo 檢視記憶體資訊
fdisk -l 檢視磁碟分割槽資訊
disk /dev/hda: 80.0 gb, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
units = cylinders of 16065 * 512 = 8225280 bytes
檢視作業系統核心:
lsb_release -a
lsb version: :core-3.1-amd64:core-3.1-ia32:core-3.1-noarch:graphics-3.1-amd64:graphics-3.1-ia32:graphics-3.1-noarch
distributor id: centos
description: centos release 5.2 (final)
release: 5.2
codename: final
ifconfig -a 檢視網路、ip位址資訊
cat /etc/passwd 檢視使用者
系統狀態檢測命令
1.ifconfig命令 用於獲取網絡卡配置與網路狀態等資訊。格式 ifconfig 網絡卡名 引數 ether 實體地址 rs資料報的大小 ts傳送的資料報大小 2 uname 查系統核心和系統版本 在使用uname命令時,一般會固定搭配上 a引數來完整地檢視當前系統的核心名稱 主機名 核心發行版...
系統狀態檢測命令
ifconfig用於獲取網絡卡配置與網路狀態的資訊 格式 ifconfig 網路裝置 引數 uname命令用於檢視系統核心版本等資訊,格式為 uname a 檢視系統詳細版本資訊要看redhat release檔案 cat etc redhot release uptime命令用於檢視系統的負載情況...
linux系統狀態檢測命令
1 ifconfig命令 ifconfig命令用於獲取網絡卡配置與網路狀態等資訊,格式為 ifconfig 網路裝置 引數 使用ifconfig命令來檢視本機當前的網絡卡配置與網路狀態等資訊時,其實主要檢視的就是網絡卡名稱 inet引數後面的ip位址 ether引數後面的網絡卡實體地址 又稱為mac...