Script File Interpreter
Opensource and Linux script file are very important. In bash script use #!/bin/bash specifies which will be interpreted with the bash shell or interpreter /bin/bash#!/bin/bash
Alternative Shells
Bash shell is very popular shell but there are a lot of alternative shells.- SH is very basic shell which provides fundamental features of the Bash.
- KSH is Korn shell which is similar to the BASH
- CSH is mainly designed from C programming language.
Difference Between #!/bin/sh and #!/bin/bash
- Bash shell is stored in the /bin/bash path.
- /bin/sh provides the SH shell which is cirppeled down version of the BASH.
Detailed information
man bashor
man /bin/bash
Thanks for reading Linux bin bash shell My blog Zimbra Mail Server,linux,bash script,centos,linux command I hope this is useful.