Linux File Permission Task not working

I was assigned a task to make xfusion.sh executable for everyone on appserver3. I gave chmod +x to the file and then copied the file to /usr/local/bin to ensure it is executable for everyone. Still my answer was marked incorrect.

Also I am not getting option to request review.

Hi @dipk.mish ,

Are you working on the Koke Kloud Engineer task?

Did you get any response for this task

@dipk.mish @mahagurumohan

You need to give read permission to the script also.

chmod +r xfusion.sh
1 Like