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 about lpr filename?
Which is the required command for checking the file system?
What is dos and its commands?
my clients are getting services from servers but how to know which client is using which service. is there any files to keep information about these? clients used ftp, nis, samba, apache, squid, nfs and mail services how to know how many users got service from server side with date,time and client system ip ?
What is top command in linux?
Which commands are used to set a processor-intensive job to use less cpu time?
what is the command to make a process to run in the foreground from background?
You issue the command head * what would the resulting output be?
what is a command to display top 10 users who are using Huge Space?
Any one example of uninteruptable sleeping process?
What is command to check ports running/used over local machine
Why is linux cpu usage so high?