Convert Unix rwx permissions between octal and symbolic form.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Read, write, and execute bits map by owner, group, and other classes into octal digits; symbolic expressions add, remove, or assign those bits. The display keeps each class separate so 0754 is rwx/r-x/r--.
755
Octal: 755 Symbolic: rwxr-xr-x Owner: read, write, execute Group: read, execute Other: read, execute
Deployment scripts, package archives, and Linux permission reviews convert modes.