what is this line in the shell script do ?#!/bin/ksh
Answer Posted / seshadri sethi
To invoke the shell indirectly this line is added as the
first line in the file.This particular line invokes korn shell
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the difference between bash and shell?
What are the zombie processes?
How can you find out how long the system has been running?
Is shell scripting a programming language?
Which shell is the best?
What are the advantages of using shell scripts?
What does $$ mean in shell script?
How to check if a directory exists?
What is option in shell script?
How do scripts work?
Why is the use of shell script?
What are the various stages of a linux process it passes through?
What does $@ mean in shell?
What is shell prompt?
How will you print the login names of all users on a system?