What does chmod do?


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

Post New Answer

More Shell Script Interview Questions

How can we find the process name from its process id?

0 Answers  


What are zombie processes?

0 Answers  


What is the significance of the shebang line in shell scripting?

0 Answers  


Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.

2 Answers   IBM, TCS,


What is the meaning of $1 in shell script?

0 Answers  






Is it possible to substitute "ls" command in the place of "echo" command?

0 Answers  


What does $0 mean in shell script?

0 Answers  


c program to check whether all the directories in the path exists has read and write permission

1 Answers  


what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly

4 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  


How would you replace the n character in a file with some xyz?

7 Answers  


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

3 Answers  


Categories