Home / Report Question

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

Correct Answer: D