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 |
what is command for "calj2007"
What are the basic command in linux?
How will retrieves incoming mails from different web sites
How do you create a file?
How do I do a whois search?
How to monitor ports in a linux machine, with single command?
What does p mean linux?
How do you read ext2/3 file system in windows?
what is a command to display top 10 users who are using Huge Space?
What happens to hard link when file is deleted?
What does the 'cd' command do in Linux?
How do you change file permissions in Linux?