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 |
If the programmer wishes to execute an instruction at the specified time. Which command is used?
How will you execute a java program inside a kornshell script?
What file type is a makefile?
Where can I find bash in linux?
what is command like " #(cd unixos; pwd) " tell me OUTPUT
What is cpu in top command?
How to hide the partition in grub booting?
What are two subtle differences in using the more and the pg commands?
Explain about lprm job number?
How do you run command every time a file is modified?
how do you configure linux system as a router?
Which command reduces the size of a file?