what is a command to display top 10 users who are using
Huge Space?

Answers were Sorted based on User's Feedback



what is a command to display top 10 users who are using Huge Space?..

Answer / 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

what is a command to display top 10 users who are using Huge Space?..

Answer / mansur

du -s /home/* | sort -nr |head -10

Is This Answer Correct ?    18 Yes 2 No

what is a command to display top 10 users who are using Huge Space?..

Answer / kamal

root@server [/home]# du -sh /home/* | sort -r | head -10

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Linux Commands Interview Questions

What does cd do in linux?

0 Answers  


What are linux commands?

0 Answers  


What is filter command in unix?

0 Answers  


what is lilo?How it is useful in linux?

3 Answers   HCL, SofTec,


What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?

0 Answers  






How do I find cpu in linux?

0 Answers  


What is the best cpu stress test?

0 Answers  


What will happen when a system call is encountered in a user program?

0 Answers   Google,


Which command is used to see the online manual?

0 Answers  


what is the booting process of linux systen and explain it,is the first process comes under the installation process.

3 Answers   CSC, EA Electronic Arts, Mind Tree, vsworx,


What is devops linux?

0 Answers  


What is cpu core in linux?

0 Answers  


Categories