R

Ranjeet • 34.60K Points
Instructor I

Q. Which command is used to make a script file 'run_me.sh' executable?

  • (A) chmod +e run_me.sh
  • (B) WHERE
  • (C) chmod +y run_me.sh
  • (D) chmod +x run_me.sh

Explanation by: Ranjeet
This question is about making a script file called "run_me.sh" executable. This means allowing your computer to actually run the commands written inside the script.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.