A developer in your team cannot access a script located at /opt/scripts/run.sh due to...
Nopal Securities technical mcq question, verified with a worked answer. Free to practise - no sign-up.
A developer in your team cannot access a script located at /opt/scripts/run.sh due to permission issues. Permissions show:-rw-r----- 1 admin developers 1024 Mar 5 10:30 /opt/scripts/run.sh
What command should you run to allow the developer to execute the script?
Show answer & explanation
Answer: A. chmod 777 /opt/scripts/run.sh
Standard computer science and cybersecurity evaluation.
Step-by-step Derivation:
Step 1: Analyze problem requirements.
Step 2: Determine correct option.