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


Please Help Members By Posting Answers For Below Questions

What is $@ in bash?

542


What is difference between sh and bash?

508


What are the linux commands used in devops?

550


What is pwd in linux command?

699


Explain getopts command of linux?

587






What are grep commands?

536


What is linux load average?

588


What does mkdir mean?

634


How do you create a text file in linux terminal?

520


What is grep command in linux with examples?

551


Why we use pwd command in linux?

542


You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?

557


What are different command to check ram, process and hdd of linux machine?

531


How do I check my system performance?

565


How do I use nslookup in linux?

503