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

Explain about lpr filename?

0 Answers  


Which is the required command for checking the file system?

0 Answers  


What is dos and its commands?

0 Answers  


my clients are getting services from servers but how to know which client is using which service. is there any files to keep information about these? clients used ftp, nis, samba, apache, squid, nfs and mail services how to know how many users got service from server side with date,time and client system ip ?

3 Answers   Wipro,


What is top command in linux?

0 Answers  


Which commands are used to set a processor-intensive job to use less cpu time?

0 Answers  


what is the command to make a process to run in the foreground from background?

5 Answers  


You issue the command head * what would the resulting output be?

0 Answers  


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

3 Answers   IBM, TNS,


Any one example of uninteruptable sleeping process?

2 Answers   Satyam,


What is command to check ports running/used over local machine

0 Answers  


Why is linux cpu usage so high?

0 Answers  


Categories