The task is to change the permissions on xfusioncorp.sh, so that owner and every other user get execute permission. As you can see, I have changed the permissions and executed the file. But the task still got failed.
Linux LEVEL 1 - linux file permissions
Also make sure every user can execute it.
$ sudo chmod 555 /tmp/xfusioncorp.sh
Search for To execute your script you need executable and read permission
in the page.
It worked. Thanks a lot