what is the command for finding the higest memory occupied
file in linux?
Answer Posted / venkat
find -name "*" -size +<size in k>
for example :
find -name "*" -size +10000k
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a good processor speed?
What is c++ makefile?
What is apple llvm?
How do you save a file in linux?
Why echo is used in linux?
What command would you use to check how much memory is being used by linux?
How do I list all processes in linux?
What does chmod 755 do?
How is grep so fast?
Explain any one service which are working on udp only?
What does p mean linux?
What is cd in cmd?
How lilo is useful in linux?
What is command grouping and how does it work?
How will you suspend a running process and put it in the background?