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
What command should you use to check your file system?
How is grep so fast?
What does comm do and how to use it?
How do I run multiple commands in linux?
What is 9 in kill?
How do I check disk space in bash?
How do I find old commands in linux?
What is df command in unix?
What is shell scripting commands?
What is clang format?
How find ip address linux?
How do I run a shell script?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What does f mean linux?
Brief about finger username?