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

I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?

3 Answers   CTS,


How to hide the partition in GRUB booting? (This technique is required when you have more that one Windows system on different partitions of the same disk, let us say the first and second partitions of the first hard drive, to boot from the first partition you must hide the second one)

2 Answers  


How do I find previous commands in linux?

0 Answers  


How do I set permission to run in linux?

0 Answers  


What is build process?

0 Answers  






I know ssh, telnet, dns,apache all are worked on TCP/UDP but i want to know any one service which are working on UDP only?

10 Answers   Wipro,


What does the command env do?

0 Answers  


What are runlevels in linux?

0 Answers  


How do you read ext2/3 file system in windows?

8 Answers   HP,


What is whois command?

0 Answers  


What is the best cpu stress test?

0 Answers  


How do you save a file in linux?

0 Answers  


Categories