errno.helpโ† Back

chmod builder

Choose permissions for owner, group, and other to generate both the octal and symbolic chmod commands.

Owner
Group
Other
mode754 ยท -rwxr-xr--
chmod 754 ./script.sh
chmod u=rwx,g=rx,o=r ./script.sh