what r the different command to check ram,process and hdd
of linux machine
Answer Posted / 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 |
Post New Answer View All Answers
What is in mkdir command?
How do I run bash on windows?
How do I change shell in linux?
What does cd – command do?
How can I delete a file in linux?
How can you copy lines into the buffer in command mode?
How do I get to root in linux?
What Command used to lock user password?
Explain the linux ‘cd’ command options along with the description?
What does touch do in linux?
What is du -s * | sort -k1,1rn | head command used for?
Main configuration file and command used for NFS enabling exported directories and deamons?
What is nslookup command?
What the command used for search file or files for specific text?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?