[Util] – How to change the permissions of a file in order to make it an executable script?

Use the command chmod to apply the permission 755.

Following an example. ( Note the x at the end in which shows that it is executable )

$ chmod 755 myfile

Screen Shot 2018-10-10 at 15.37.57

 

Leave a comment