What does chmod 755 mean?
spaceto flip
Owner: read+write+execute (7), Group: read+execute (5), Others: read+execute (5). In octal: 4=read, 2=write, 1=execute. 755 is typical for scripts and directories. 644 is typical for regular files (owner read+write, everyone else read only).