[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 Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s