Linux command a day, day 4

Linux system, see the cpu, memory, hard disk size

View CPU Information

Enter the following in the root directory CAT / proc / cpuinfo    

View memory size

free -m

Check the hard disk size

df -h

 

Guess you like

Origin www.cnblogs.com/zhangheng11/p/12597139.html