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
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
Which command will show you free/used memory?
What does rmdir do in linux?
tell me something about linux commands.
How can we increase disk read performance in single command in Linux?
How often do you use grep command and how in Linux operating system?
How do you save a file in linux?
How remove all files in a directory linux?
What is the command to delete a file linux?
How do I clear terminal command history?
How is grep so fast?
why is the tar command used?
How does case sensitivity affect the way you use commands?
What is mkdir?
Explain the free command.