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 a ulimit in unix?

0 Answers  


what is snmp and for what purpose we are using in linux

4 Answers  


If you have saved a file in linux. Later you wish to rename that file, what command is designed for it?

2 Answers  


How do you create a blank file in linux?

0 Answers  


how do find all failed login attempts via ssh?

8 Answers   TCL,






Hi everyone i want to learn Devops in Hyderabad can anyone please suggest me best institute.

0 Answers  


What is env command in linux?

0 Answers  


Which command is used to clear the screen?

0 Answers  


Is llvm a virtual machine?

0 Answers  


ls -l ls -t ls -r ls -a ls -ltr ls -u grep error file.txt grep -v error file.txt perl prg.pl | ./file.txt tee chmod +x chmod -x chmod =x ps bg date +%y%m%d ?

0 Answers   HP,


Which command puts a script to sleep untill a signal is recieved?

0 Answers  


How do you kill a process in linux?

0 Answers  


Categories