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 is grep so fast?
What is build process?
What is the difference between find and locate command in linux?
How many commands are there in linux?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
Is llvm a compiler?
Brief about the command nn?
What is in mkdir command?
How can I create a file with cmd?
What is command line in unix?
Which command is used to uncompress gzip files?
What are the basic dos commands?
How do I check disk space in bash?
How to know linux os is 32 bit or 64 bit?