Linux Commands Question:
Download Questions PDF

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

Linux Commands Interview Question
Linux Commands Interview Question

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

Download Linux Commands Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose I lost a root password and i need to give it, I treid to change it through single usermode even though i am not get a password, then what is the other procedure to give a root password?What is lilo? How it is useful in linux?