what is a command to display top 10 users who are using
Huge Space?
Answer Posted / mansur
du -s /home/* | sort -nr |head -10
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
Which command is used to terminate a process?
How does diff command work?
How to hide the partition in grub booting?
Explain about refer?
What does && mean in linux?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What is kill command?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
What is clang format?
Is makefile a shell script?
How does mkdir work in linux?
How many cmd commands are there?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
What is ulimit command?
How do I find the process id in linux?