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

  • (A) chmod +e run_me.sh
  • (B) ALL
  • (C) chmod +y run_me.sh
  • (D) chmod +x run_me.sh
πŸ’¬ Discuss
βœ… 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.
Explanation by: Priyanka Tomar
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
86
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Priyanka Tomar
Publisher
πŸ“ˆ
97%
Success Rate