What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

Why are shell scripts used?

0 Answers  


What is option in shell script?

0 Answers  


What is the use of "test" command?

2 Answers  


Calculate a real number calculation directly from the terminal and not any shell script.

0 Answers  


How do you create a shortcut in linux?

0 Answers  






What is the command for " how many shell is running in your system or how many shell supported by your system " ?.

3 Answers  


Write a shell script to check whether a number is Armstrong number or not?

1 Answers   Flipkart,


RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same

1 Answers   Tech Mahindra,


Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.

0 Answers  


Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"

6 Answers  


Can we run shell script in windows?

0 Answers  


How do you read arguments in a shell program - $1, $2 ..?

4 Answers  


Categories