Q. Suppose run_me.sh is a script file. Which command is used to make it executable?
β
Correct Answer: (D)
chmod +x run_me.sh
Explanation: This question is about making a script file, called "run_me.sh," executable. This means the computer can understand and run the instructions inside the script.