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 top command in linux?
How do I create a .txt file?
What is shell scripting commands?
What is netstat command in linux?
How do makefiles work?
What is gnu in linux?
Which command will show you free/used memory?
Which is the required command for checking the file system?
How do you kill a process in linux?
How can we increase disk read performance in single command?
Enlist some linux to file content commands?
What is tail command in linux?
What does r mean linux?
How to root mirror in linux?
What is mkdir p linux?