The first line in a shell script reads:#!/bin/bashWhat does it signify?
- It is a comment
- The executable (shell) to use to run the script
- Name of the editor used to create the file
- The script requires root login
Please login or Register to submit your answer