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 |
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
How do I find my user id in linux?
What is build process?
How many types of dos commands are there?
How to check load balance using linux command?
What does ls mean in linux?
How do I run bash on windows?
What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?
What is the use of mv command in linux?
What are the mv command options?
how to view crond status? If it's show service is not found.
Why is unix used?