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 is the default number of shell commands saved in the history list of .cshrc file?
What is mkdir?
What is makefile in unix?
What is the use of man command in linux?
How remove all files in a directory linux?
How do I clear terminal command history?
How do you clear the screen in linux?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
What does comm do and how to use it?
What is the command to calculate the size of a folder?
What does touch do in linux?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
How do I check my disk space?
How do I get to root directory in linux?
Explain the linux directory commands along with the description?