Linux Commands Question:
Download Job Interview Questions and Answers PDF
What are different command to check ram, process and hdd of linux machine?
Answer:
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
user...
RAM : #free
#cat /proc/meminfo
Process : ps -a -> It will show running process within all
terminals..
Hard Disk : #fdisk -l
Download Linux Commands Interview Questions And Answers
PDF