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
How do I check disk space in linux?
How many types of commands are there in linux?
What is linux load average?
How to hide the partition in grub booting?
How do I stress test my cpu?
How do I check if my cpu is overclocked?
What is linux pwd (print working directory) command?
What is bc command in unix?
What is difference between egrep and grep?
The command ‘umask -S’
What are grep patterns called?
How do you create a text file in linux?
What are the examples of simple command?
What is 9 in kill?
How can we increase disk read performance in single command in Linux?