0755
0755 is a common octal file permission notation used in Unix-like operating systems to specify how files and directories may be accessed. The leading zero indicates that the value is in octal notation, as opposed to decimal. It is widely used with the chmod command and appears in archive metadata and software packaging. In programming contexts, 0755 may also be written as 0o755 (Python) or simply 755 when used with shell tools.
The digits describe access for three classes: owner, group, and others. Each digit is the sum of
Usage and implications: 0755 is a common default for executable programs and scripts that should be accessible