what is a command to display top 10 users who are using
Huge Space?
Answer Posted / kamal
root@server [/home]# du -sh /home/* | sort -r | head -10
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is makefile target?
What is the difference between command ‘ping’ and ‘ping6’?
What is command grouping and how does it work?
Explain the linux ‘cd’ command options along with the description?
What does history command do in linux?
How to give acl permission in numerical mode on linux?
What are the linux commands used in devops?
Which command is used to compare the files?
Explain about chmod options filename?
What is the bash in linux?
What are the mv command options?
Brief about FTP hostname?
How many linux commands are there?
How do I find previous commands in linux?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?