Below is some commands that can be used to check system information on linux :
- cat /proc/cpuinfo : see cpu information
- cat /proc/meminfo : see memory information
- fdisk -l : check harddisk capacity
- cat /etc/*-release : check os version and distribution
- uname -a : check kernel version
- uname -m or file /usr/bin/file : check 32 bit or 64 bit
- cat /proc/sys/dev/cdrom/info : find the names of any CD or DVD drives on your system
No comments:
Post a Comment