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 |
What is difference between sh and bash?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
how is "to run even after user logs out"
Explain difference between swap partition and swap file?
Which priority has the process?how do u view?
What is cd command used for?
How do you find out the server processes running?
List all the files beginning with A
how to see the system configuration in your linux system?
How can I delete a file in linux?
The ‘logout’ built in command is used to
What does bash stand for?