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 the command to check network interfaces in our system? how to set etho to 10 full duplex speed?
How will you suspend a running process and put it in the background?
What is Data Command?
What is du -s * | sort -k1,1rn | head command used for?
What is the pwd command?
What is the command to delete a file linux?
How do I check disk space in bash?
What is git command?
What is free linux?
how to add linux user to group?
What does wc command do in unix?
Explain about communication features in UNIX?