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 clang format?
What is the difference between find and locate command in linux?
How to reset root password via command Redhat 5.2
Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of a quarter.
What is unix finger command?
What happens to hard link when file is deleted?
What is the ipconfig command for linux?
how do u find remote machine operating system and version?
What is make command in linux?
How do you copy in terminal?
I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?
What is Data Command?