What is the need of including script interpreter in your
shell script?
Answer Posted / abhijeet chavan (cts)
The script interpreter identifies using which shell the
script should be executed.
By default linux uses "bash" shell
Each shell has its own unique properties.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does chmod do?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
How do you know which shell I am using?
What is meant by $1 in shell script?
How will you copy a file from one machine to other?
What does it mean to debug a script?
What is shell geeksforgeeks?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What is sed in shell script?
What are the zombie processes?
What can scripts do?
What are the advantages of shell scripting?
What is the purpose of scripting?
What are the default permissions of a file when it is created?
Suppose you execute a command using exec, what will be the status of your current process in the shell?