Visual Unix permission builder — toggle bits to generate octal and symbolic representations
7rwx5r-x5r-xOctal
755
Symbolic
rwxr-xr-x
owner has full access, group can read & execute, others can read & execute
chmod 755 <file>chmod rwxr-xr-x <file>Enter 3 or 4 digit octal to set the checkboxes above
4 (r)Read2 (w)Write1 (x)Execute4000SetUID — run as file owner2000SetGID — run as group1000Sticky — only owner can delete