rwxrwxrwx
User, Group, Others
User: owner of file
Group: group that owns file
Others: All other users not part of group that owns file.
RWX = Read Write Execute
Read: See contents of file but not modify it
Write: someone can make file changes but not read contents
Execute: someone can run file
use chmod to change permissions of a file