Day 4: Script Execution Permissions! I am stuck

I am trying to get execution permission for the file metioned in day 4 of the 100 days of DevOps but I am kind a stuck. I have provided a sreenshot of my terminal fro m the task

Hi @freestylebony

Please check and refer to Problem with bash script

in order to execute a file, computer has to read it into the memory. So, you have to provide both read and execute permissions.

REFER TO THIS SOLUTION