What does the top command display?
Answer Posted / krishna prasad m
It wil display:
1. process id
2. username
3. priority of task
4. Nice value of a task
5. Amount of virtual memory used by task
6. Resident size (non swapped physical memory used by task)
7. Amount of shared memory used by task
8. process status(whether sleep or running)
9. Share of physical memory usage
10. CPU time (in Hundredths) and
11. command or program used or using.
these are all the things the TOP command will display
Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
How does diff command work?
What does df command do in linux?
How do I change directories in linux command line?
Does cp overwrite?
Who whoami linux?
What is in mkdir command?
What is tail command in linux?
What is the command to check cpu speed in linux?
How do I check terminal history?
What is cpu core in linux?
Why do we use cmake?
What is tty in linux command?
How do I find the linux version?
Which command will show you free/used memory? Does free memory exist on linux?
How can I delete a file in linux?