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 is ulimit command?
What are runlevels in linux?
Enlist some linux networking and troubleshooting commands?
What are the commands in linux?
How do you sort cpu in top command?
What does make clean command do?
How use more command in linux?
How do I check my disk space?
What do you mean by directory?
Explain getopts command of linux?
What are the basic commands for user management?
Is cmake a compiler?
What are vim commands?
What is ps command in linux?
What command do you type to find help about the command who?