You are looking into a new script you received from your senior administrator…

You are looking into a new script you received from your senior administrator.
In the very first line you notice a #! followed by a path to a binary. Linux will:

You are looking into a new script you received from your senior administrator.
In the very first line you notice a #! followed by a path to a binary. Linux will:

A.
ignore the script

B.
use that binary to compile the script

C.
use that binary to interpret the script

D.
be replaced by that binary



Leave a Reply 2

Your email address will not be published. Required fields are marked *


sysadmin

sysadmin

C. #!/bin/bash is a script interpret.