How to customise the existing shell?



How to customise the existing shell?..

Answer / abhijeet chavan (cts)

The first line in the shell script should be modified as:

#!/usr/bin/<ksh|sh|bash|csh>

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Shell Script Interview Questions

What command needs to be used to take the backup?

0 Answers  


What does $0 mean in shell script?

0 Answers  


What is the difference between scripting and coding?

0 Answers  


Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.

2 Answers  


what is info area how many types?

0 Answers  






what are bootlevel in linux?which level is booting by default.

5 Answers   Symphony,


Given a file find the count of lines containing the word "abc".

0 Answers  


How to check if a directory exists?

0 Answers  


What is another name for a bash shell script that you might see?

0 Answers  


What is eval in shell script?

0 Answers  


How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?

0 Answers  


Which is best institute for testing tool?

0 Answers  


Categories