what is the command for finding the higest memory occupied
file in linux?
Answer Posted / venkat mangu
#du -sh * | sort -nr
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Explain the working of command grouping?
You issue the command head * what would the resulting output be?
What does chmod 666 do?
How do I check my cpu cores?
How do you insert comments in the command line prompt?
Why is unix used?
How do I find old commands in linux?
What is dos and its commands?
Who am I command in linux?
What is the bash in linux?
How can you check the amount of lines in a file?
What is command to check ports running/used over local machine
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
How do I permanently delete linux history?
What is the difference between diff and cmp command in unix?