Question: The first line of a script is # ! / bin / ksh . What does this mean? The script is executable and uses ksh

The first line of a script is #!/bin/ksh. What does this mean?
The script is executable and uses ksh commands.
The script is executable and is loaded from /bin/ksh.
The line is a comment line, and the script is loaded from /bin/ksh.
The script loads immediately and uses ksh commands.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!