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 |
How do you find out the server processes running?
How to reset root password via command Redhat 5.2
what is initrd image?
To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob
What is a simple command?
What command can you use to review boot messages?
How do you check the disk usage in Linux?
What is linux pwd (print working directory) command?
in LINUX,What are two subtle differences in using the more and the pg commands?
how to add linux user to group?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
Which command reduces the size of a file?