what is a command to display top 10 users who are using
Huge Space?
Answer Posted / gopi
The below command will display the top 10 users of the /home
dir
--------------
root@server [/home]# du -sh /home/* | sort -r | head -10
---------------
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
What is a makefile in linux?
What is difference between sh and bash?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
How do I remove a soft link in linux?
Explain the linux directory commands along with the description?
How to give acl permission in numerical mode on linux?
How do make computer faster?
What does ls mean in linux?
What is command line in unix?
What are grep patterns called?
What is linux load average?
Can I delete .bash history?
What does chmod 666 do?
How do I run bash on windows?
What is a ulimit in unix?