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 |
When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?
How can I only see the first 14 lines of a file?
How to hide the partition in grub booting?
What is file and example?
Which are the linux directory commands?
What the command used for list the contents of your home directory, current directory and all subdirectories?
What is the command can be used to check for file corruption?
What is bash history linux?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
How does diff command work?
How do I overclock my cpu?
In which File is Static IP address given so that it becomes Permanent ?