what is a command to display top 10 users who are using
Huge Space?
Answers were Sorted based on User's Feedback
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 |
Answer / kamal
root@server [/home]# du -sh /home/* | sort -r | head -10
| Is This Answer Correct ? | 3 Yes | 2 No |
How often do you use grep command and how in Linux operating system?
What does && mean in linux?
What is the command to find the hardware configuration in Linux?
What is kill 9 in linux?
What is $@ in makefile?
Information technology is widely used in
How you will uncompress the file?
Explain about system and user utilities?
What does p mean linux?
What is the difference between kill and kill -9 commands?
How can we increase disk read performance in single command?
How to root mirror in linux?