3. |
When a shell script begins, it has an initial value for the PATH variable. Where does this value come from?
Please select the best answer.
|
|
A.
|
It’s passed down from the script’s parent shell.
|
|
B. |
It’s passed up from the script’s child shell.
|
|
C.
|
It’s read by the script from the /etc/profile file.
|
|
D.
|
It’s read by the script from the .profile file.
|