what r the different command to check ram,process and hdd
of linux machine
Answers were Sorted based on User's Feedback
Answer / pankaj kumar
To check ram in your system:
#free
To check process
#ps
#top
To check hdd
#fdisk
#sfdisk -l
| Is This Answer Correct ? | 7 Yes | 1 No |
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 |
RAM : We will check RAM, Process as well as HDD by the root
user...
RAM : #free
#cat /proc/meminfo
| Is This Answer Correct ? | 0 Yes | 0 No |
Why makefile is used in linux?
I lost a root password and i need to give it, I treid to change it through single usermode even though i am not get a password, then what is the other procedure to give a root password?
How do display error messages instantly when command fails?
who invented unix?
What is df command in linux?
How do I clear terminal command history?
what do know about commands?
What is cd command used for?
What is the difference between locating and locate command?
Diff b/w C-shell and Born-shell
Please send Security on linux related questions and answers.
How many linux commands are there?