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

What is linux load average?

0 Answers  


How to check load balance using linux command?

1 Answers   Rakuten,


How to shuffle the GRUB booting from one Disk to other?

1 Answers  


What are commands in grammar?

0 Answers  


What are the basic dos commands?

0 Answers  






What would be the result of the command paste -s dog cat?

0 Answers  


You issue the command head * what would the resulting output be?

0 Answers  


How can you find configuration on linux?

5 Answers  


What does r mean linux?

0 Answers  


What daemon is used for scheduling of the commands?

0 Answers  


What command can you use to review boot messages?

3 Answers   TCS,


What does chmod 777 do?

0 Answers  


Categories