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 ulimit in unix?
What is mkdir?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
What is make command in linux?
What does grep command do?
How often do you use grep command and how in Linux operating system?
What is whois command?
What is option in linux command?
How do I stress test my cpu?
How do you create a text file in linux?
What is mask and umask in linux?
What does df command do in linux?
What are the options of wc command?
Which is the required command for checking the file system?
What could be the problem when a command that was issued gave a different result from the last time it was used?