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
Solutions for developers
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