what is this line in the shell script do ?#!/bin/ksh

Answers were Sorted based on User's Feedback



what is this line in the shell script do ?#!/bin/ksh..

Answer / satchi

to execute the commands in a script using "ksh" shell.

Is This Answer Correct ?    13 Yes 0 No

what is this line in the shell script do ?#!/bin/ksh..

Answer / 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

what is this line in the shell script do ?#!/bin/ksh..

Answer / venkatgiri t

/bin/ksh denotes the place where all the commands source
code is stored. Hence when ever we run command, the
commands referred from their.

Is This Answer Correct ?    6 Yes 1 No

what is this line in the shell script do ?#!/bin/ksh..

Answer / satyabrata

A)it give the path of shell and where the shell script will
run.
B) it gives the name of which shell you are working

Is This Answer Correct ?    5 Yes 1 No

what is this line in the shell script do ?#!/bin/ksh..

Answer / him

It specifies that shell script will execute under ksh shell
Bsically this first line of shell script specifies the path
of interpreter that will interprete the shell script.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Shell Script Interview Questions

wats the she bang statment with syntax?

3 Answers  


How to check if the previous command was run successfully?

0 Answers  


What is subshell?

0 Answers  


Is bash a shell script?

0 Answers  


How to print some text on to the screen?

2 Answers  






What is a boot block?

0 Answers  


What does $$ mean in shell script?

0 Answers  


How to set an array in linux?

0 Answers  


What is computer cli?

0 Answers  


1.Write a script, which converts a number from binary to hexadecimal format or vice versa.

1 Answers   ADP,


What can scripts do?

0 Answers  


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

1 Answers  


Categories