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


Please Help Members By Posting Answers For Below Questions

How do you clear the screen in linux?

533


What is the root directory linux?

498


What is makefile in unix?

530


What do you mean by directory?

546


What is $@ in shell?

524






How do I find the umask value in linux?

506


What make install does?

502


Information technology is widely used in

1484


How do I find hostname in linux?

564


How do I find my user id in linux?

514


What does chmod 755 do?

471


Is makefile a shell script?

550


What does make clean command do?

514


What is netstat command in linux?

570


How can I check the exit status of my previous command in Linux operating system?

538