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
How much ram do I have linux?
What is mkdir?
What does free command do in linux?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
How do I find hostname in linux?
How do I run a .sh file in linux?
What the command used for list the contents of your home directory, current directory and all subdirectories?
What is build process?
What is the difference between cd and cd in linux?
What is grep command in linux with examples?
What does chmod 755 do?
Which command will show you free/used memory?
What does chmod do in linux?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What is difference between sh and bash?