what r the different command to check ram,process and hdd
of linux machine

Answers were Sorted based on User's Feedback



what r the different command to check ram,process and hdd of linux machine..

Answer / pankaj kumar

To check ram in your system:
#free
To check process
#ps
#top

To check hdd
#fdisk
#sfdisk -l

Is This Answer Correct ?    7 Yes 1 No

what r the different command to check ram,process and hdd of linux machine..

Answer / ravi vishwakarma

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

Is This Answer Correct ?    3 Yes 1 No

what r the different command to check ram,process and hdd of linux machine..

Answer / jayakumar .b

# free & # cat /proc/meminfo

Is This Answer Correct ?    1 Yes 0 No

what r the different command to check ram,process and hdd of linux machine..

Answer / jayakumar .b

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

RAM : #free
#cat /proc/meminfo

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

Explain about system and user utilities?

0 Answers  


How do I find the console in linux?

0 Answers  


What is the command can be used to check for file corruption?

0 Answers  


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

0 Answers  


How many types of commands are there in linux?

0 Answers  






If the programmer wishes to execute an instruction at the specified time. Which command is used?

0 Answers  


How do I check disk space in linux?

0 Answers  


What are bash scripts used for?

0 Answers  


You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?

0 Answers  


Explain trap command of linux?

0 Answers  


Enlist some linux networking and troubleshooting commands?

0 Answers  


What is command to check ports running/used over local machine

0 Answers  


Categories