FLDR::Permissions

Select the permissions you require below. The tool will provide you with an Unix permissions code that corresponds to your selection, which can then be applied to relevant directories and files with chmod.

Special
User
Group
Other

Unix Permission Code

0000

e.g: <?php chmod( "/somedir/somefile", 0755 ); ?>