What are different command to check ram, process and hdd of linux machine?

Submitted by: Administrator
RAM : We will check RAM, Process as well as HDD by the root
user...

RAM : #free
#cat /proc/meminfo

Process : ps -a -> It will show running process within all
terminals..

Hard Disk : #fdisk -l
Submitted by: Administrator

Read Online Linux Commands Job Interview Questions And Answers