What does the top command display?
Answer Posted / deoraj kuljyoti
top displays the top processes on the system and
periodically updates the information. Raw CPU percentage
is used to rank the processes.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between rmdir and rm r?
What is help command in linux?
Which command is used to review boot messages?
What does chmod do in linux?
How do I find command history in linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What does uname do in linux?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
What is a makefile in linux?
Which commands are used to set a processor-intensive job to use less cpu time?
Explain command grouping in linux?
Can I delete .bash history?
What does comm do and how to use it?
Explain about gzip filename?
What will happen when a system call is encountered in a user program?