Tuesday, May 6, 2008

LINUX commands

### HOST Resources ###
RAM size: grep MemTotal /proc/meminfo
Swap size: grep SwapTotal /proc/meminfo
Available RAM and swap space: free
System CPU architecture: grep "model name" /proc/cpuinfo

### LINUX (x86) ###
Distribution and version:
cat /etc/issue

Kernel version: uname -r

No comments: