Convert Unix file permissions between octal, symbolic and plain English.
755 = rwxr-xr-x
Owner, group and others each get read, write and execute independently. On a directory, execute means the right to enter it.
Mode 755
Owner 7 · Group 5 · Others 5 — a set bit is granted, a dash is denied
What this cannot tell you
Take this with you
chmod / Permission Calculator on RunTheTests — free browser-based sysadmin tools, no sign-up.