๐Ÿ”‘ Chmod Calculator

Visual Unix file permissions tool ยท Numeric & symbolic notation

755
rwxr-xr-x
Common:
Read (4)
Write (2)
Execute (1)
Owner
โœ“ r
โœ“ w
โœ“ x
Group
โœ“ r
โ€” w
โœ“ x
Others
โœ“ r
โ€” w
โœ“ x

๐Ÿ“‹ Commands

chmod 755 filenamecopy
chmod u=rwx,g=rx,o=rx filenamecopy