1.
|
Why does executing a shell script require either a period-slash (./) or the sh command?
Please select the best answers.
|
|
A. |
It ensures that the script can be located and executed correctly.
|
|
B. |
The period makes the script a hidden file for secure execution.
|
|
C. |
The PATH variable must be referred to in order to locate the shell script.
|
|
D. |
The sh command starts a shell regardless of whether the included filename is a script or not.
|