ReePrime
centos 7 - check system info

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

centos 7 - check system info

C
CentOS Tutorials

1 Views • Dec 25, 2015

Description

chek system info on centos 7 :
##memory
cat /proc/meminfo
##cpu
cat /proc/cpuinfo
##harddisk
df -H
##stability
w
##centos version
cat /proc/version
cat /etc/*release*
uname -a