명령어

Linux 점검 명령어

_주야 2011. 10. 24. 17:53

Server Name

hostname

OS Version

cat /etc/issue.net

cat /etc/redhat-release

Kernel

uname -r

cat /proc/version

CPU

cat /proc/cpuinfo

top

Memory

free -m

top

cat /proc/meminfo

Swap

free -m

top

cat /proc/swaps

df -m (free size check)

File System

df -h

Log

/var/log/messages.* #tail messages.*


'명령어' 카테고리의 다른 글

vi 명령어 단축키  (0) 2011.11.08
화면 출력 명령어  (0) 2011.10.26
IBM AIX 점검명령어  (0) 2011.10.24
Unix 점검 명령어  (0) 2011.10.24
Windows Server 점검 명령어  (0) 2011.10.24