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
What are the commands in linux?
What is Syntax of any Linux command?
The head command writes the how many lines of a file to screen?
What is the purpose output of cd command?
What is filter command in unix?
What is grep command?
What are runlevels in linux?
Explain the linux ‘cd’ command options along with the description?
How do I use nslookup in linux?
What is ps command in linux?
Explain trap command of linux?
How do I check dns entry?
What is bc command in unix?
What is df command in unix?
What does top do in linux?