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
Explain grep command.
What is p in mkdir?
Why do we use cmake?
What does chmod 644 do?
What is the use of cp p command?
Which command is used to clear the screen?
Who whoami linux?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
What does sh do in linux?
What is whois command in linux?
What does pwd mean in linux?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What does curl command do in linux?
Why is unix used?
What does c mean in linux?