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
How do I find the process id in linux?
What does uname do in linux?
What is df -i command?
How do I create a .txt file?
What is iptables command in linux?
What are system commands?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
Who unix commands?
How can I check the exit status of my previous command in Linux operating system?
What is the difference between kill and kill in linux?
What is df -h command?
How find ip address linux?
What does ls mean in linux?
What does chmod 755 do?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?