Task was to change the file permission on Appserver 1 in stratus Datacenter.
1–I did ssh into the app server 1 .
2–was able to locate the file and change permissions with chmod 555 xfusioncorp.sh file
3–executed the shell script using sudo ./xfusioncorp.sh, server responded with message "Welcome To Kodekloud "
4-- when I click on check button server failed my task completion. Am I doing anything wrong here or something wrong from the task server. Please suggest.
For a file to be able to be executable, it also must be readable - otherwise how will the system be able to read it from the disk in order to be able to execute it?