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 |
Explain trap command; shift command, getopts command of linux?
Explain about sh?
How do I find my user id in linux?
How can we see the default gateway ip ini linux.
What language is a makefile written in?
how to see the system configuration in your linux system?
What does top do in linux?
what are the features of Linux?
Which command would you use if you want to remove the password assigned to a group?
How lilo is useful in linux?
What is the command can be run to remove all the rules in an iptable table?
why context switching time should be minimum? How it depends on hardware support?