Answers

Question and Answer:

  Home  Linux Commands

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

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

 174 views

More Questions for you: