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

How do I permanently delete linux history?

0 Answers  


What is the command to see all the processes are working in the last 30 days?

9 Answers  


What is linux load average?

0 Answers  


List the three main parts of an operating system command?

0 Answers  


How do I use nslookup in linux?

0 Answers  






You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?

0 Answers  


How does diff command work?

0 Answers  


What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?

2 Answers  


What is tty name?

0 Answers  


tell me something about linux commands.

0 Answers   Ericsson,


what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?

4 Answers   IBM,


How do make computer faster?

0 Answers  


Categories