how will you find the total disk space used by a specific user?



how will you find the total disk space used by a specific user?..

Answer / Ravi Ranjan Saini

To find out the total disk space used by a specific user, use the `du` command followed by the user's home directory:n`du -sh /home/<username>`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

Is powershell a language?

1 Answers  


What is the lifespan of a variable inside a shell script?

1 Answers  


How to know that your remote server is ruing smoothly or not in unix?

1 Answers  


What is path variable bash?

1 Answers  


c program to display the information of given file similar to givan by the unix or linux command ls -l

1 Answers   IBM,


What is echo $shell?

1 Answers  


What does $0 mean in shell script?

1 Answers  


How to print all the arguments provided to the script?

1 Answers  


What is a shell script in windows?

1 Answers  


What makes c shell a more preferable option than the bourne shell?

1 Answers  


What is shell company all about?

1 Answers  


How do I run a script on mac?

1 Answers  


Categories