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 are linux commands?
How much ram do I have linux?
How is grep so fast?
How do you grep?
Who command in linux?
what do know about commands?
How do I move to root in linux?
What is linux pwd (print working directory) command?
How can we increase disk read performance in single command in Linux?
Write a command that will display all .txt files, including its individual permission.
How to give acl permission in numerical mode on linux?
What is makefile in unix?
How do you limit memory usage for commands?
What make install does?
What is $@ in shell?