what r the different command to check ram,process and hdd
of linux machine
Answer Posted / 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 |
Post New Answer View All Answers
How do you open a command prompt when issuing a command?
What is the use of ls command?
What is command to check ports running/used over local machine
Which command is used to see the online manual?
Which are the linux directory commands?
What are the basic dos commands?
Who command in linux?
How do you check which file consuming more space in linux?
Which command would you use if you want to remove the password assigned to a group?
What does chmod 755 do?
What is git command?
What happens to hard link when file is deleted?
What can you tell about the tar command?
How do I list directories in linux?
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?