Links: PROGRAMMING - TECHNOLOGY
Rel:
Ref:
Tags: #public


change mode (permissions / "Access Control Lists")

4+2+1 = 7


chmod 777 filename # give User, Group, and Other RWX (full permissions) to filename {: id="give-user,-group,-and-other-rwx-(full-permissions)-to-filename" }

chmod 664 filename # give User and Group RX; and Other R {: id="give-user-and-group-rx;-and-other-r" }

ls -l # shows RWX for User, Group, Other ("-rwxrwxrwx 1 <file> <User>"); off="-"' {: id="shows-rwx-for-user,-group,-other-("-rwxrwxrwx-1-<file>-<user>");-off="-"'" }