Exam 350-201 Topic 7 Question 136 Discussion
Actual exam question for Cisco's 350-201 exam
Question #: 136
Topic #: 7
Question #: 136
Topic #: 7
An engineer has created a bash script to automate a complicated process. During script execution, this error occurs: permission denied. Which command must be added to execute this script?
Suggested Answer: A Vote an answer
The "permission denied" error during script execution indicates that the script does not have execute permissions. The chmod +x ex.sh command changes the script's permissions to make it executable. This is the necessary step to resolve the permission issue and allow the script to run
by Agatha at Jul 05, 2026, 08:54 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).