Convert Linux file permissions between symbolic, octal, and binary instantly. Click any permission below to get started.
chmod 755 file
755 grants the owner read, write and execute (7), and the group and others read and execute (5). It is the standard permission for web directories and executable scripts.644 (rw-r--r--) is for regular files — owner can edit, everyone else can only read. 755 (rwxr-xr-x) adds the execute bit, needed for directories and runnable scripts.rwx = 4+2+1 = 7, r-x = 4+1 = 5.600 (rw-------). SSH refuses keys that are readable by group or others.TextraHost plans start at $5.50/mo with full root access.