what is the command for finding the higest memory occupied
file in linux?
Answer Posted / s.subramanian@ hcl chennai
ps -auxf | sort -nr -k 4 | head -1
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What does cd – command do?
What command would you use to create an empty file without opening it to edit it?
What does chmod 666 do?
What is cpu in top command?
How is grep so fast?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is the syntax of mkdir?
What does mkdir do in linux?
How do I search bash history?
What is the difference between locating and locate command?
What command do you type to find help about the command who?
What is ulimit in linux?
Why bash is used in linux?
How do you run a command for a limited time?
How do you save a file in linux?