Objective: Use the chmod command to set execute permission on a script file.
This exercise is worth 2 points.
welcome that you created in the previous exercise.
% ls -l welcome
% chmod u+x welcome
% ls -l welcome
In the textbox below, paste the lines from your terminal that show the before-and-after permissions. Your submission should include at least:
ls -l welcome output line before chmodchmod u+x welcome commandls -l welcome output line after chmod