For Exercise 3.3 when running the new bash file I am getting the permission denied error

The issue over here is with the permission for the bash file. So what you have to do is to give it the execution permission.
Use this command to modify the permission for this file.
chmod +x file_name

1 Like

Thank you ,it worked

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.