About task4: Script Execution Permissions

Hi,
I validated the creation of an executable file in task 4, but it says it failed.
I need your advice.
Thank you for your help.

“tast 4” of what? Is this for a lab (if so, we’ll need a link to the lab), or if it’s KK Engineer, the group, level and task), or the “day” if it’s for “100 Days of Devops”.

Sorry about me,
this is task 4 for 100 days of devops.
Here is a screenshot of

You missed one of the key things that need to happen for a script – besides being executable, it also has to be “readable”. So the correct command to do the lab would need to be something like:

sudo chmod a+rx /tmp/xfusioncorp.sh

Oh Yes, I saw that later.
Thank you for your reply.