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”.
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.