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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.

0 Answers  


How to make userdefined variables to available for all other shells?

4 Answers  


How to enable the shell to know what program should be run to interpret the script?

3 Answers  


How will I insert a line "abcdef" at every 100th line of a file?

2 Answers  


What does it mean to debug a script?

0 Answers  






How shell works?

1 Answers  


I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?

1 Answers  


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

0 Answers  


What does chmod do?

0 Answers  


What is shell prompt?

0 Answers  


How can you find out how long the system has been running?

0 Answers  


What is the meaning of $1 in shell script?

0 Answers  


Categories