chmod 755 file
Category: Administration
chmod 755 file
Set file permissions to rwxr-xr-x (owner full, others read/exec)
Sets who can read (r), write (w), and execute (x) a file. 755 means: owner gets all permissions, group and others get read+execute.