CompTIA PenTest+ PT0-002 – Question050

When developing a shell script intended for interpretation in Bash, the interpreter /bin/bash should be explicitly specified.
Which of the following character combinations should be used on the first line of the script to accomplish this goal?

A.
<#
B. <$
C. ##
D. #$
E. #!

Correct Answer: E

Explanation: