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 does grep command do?
What the command used for search file or files for specific text?
What is the command to delete a file linux?
What are the basic commands for user management?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
Why is it called bash?
What is Data Command?
How do I check dns entry?
Explain difference between swap partition and swap file?
Explain about document formatting?
What is the makefile in c?
How remove all files in a directory linux?
What does r mean linux?
How many linux commands are there?
What command would you use to create an empty file without opening it to edit it?