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 command to check ports running/used over local machine
What is devops model?
How do I move to root in linux?
How do you insert comments in the command line prompt?
How do I list directories in linux?
How do I find the linux version?
What is Data Command?
How do you create a file?
Explain the linux directory commands along with the description?
What the command used for list the contents of your home directory, current directory and all subdirectories?
tell me something about linux commands.
How do I know my linux shell version?
What make install does?
What is df -h command?
What does in makefile do?