what is the command for finding the higest memory occupied
file in linux?
Answer Posted / rallapalli
In which directory u want to search enter into the dir and
run like below
#du -sh * | sort -nr | head -1
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What are the examples of simple command?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
What does r mean linux?
What is help command in linux?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What is ll command in unix?
What is df -h command?
How do I find my user id in linux?
How many types of dos commands are there?
When and how linux developed?
Where is command history stored in linux?
What does chmod 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 are system commands?
What will happen when a system call is encountered in a user program?