ROOT: 0750
Output Buffering | ||
Write a file to root directory | WRITE: root/test.file Filesystem: fwrite, file_get_contents, etc | OK |
Write a file to class directory | WRITE: root/system/class/test.file Filesystem: fwrite, file_get_contents, etc | OK |
Write a file to outputs directory | WRITE: root/outputs/test.file Filesystem: fwrite, file_get_contents, etc | OK |
Make outputs directory | MD: root/outputs/test/folder/ Filesystem: mkdir | OK |
Write a file to outputs directory | WRITE: root/outputs/test/folder/test.file Filesystem: fwrite, file_get_contents, etc | OK |
Make projects directory | MD: root/projects/test/folder/ Filesystem: mkdir | OK |
Write a file to projects directory | WRITE: root/projects/test/folder/test.file Filesystem: fwrite, file_get_contents, etc | OK |
Create a image file | GD: root/outputs/test/folder/test.jpg GD: imagecreatefrompng, imagepng, etc | OK |
Create Zip file | ZIP: root/outputs/test/folder/test.zip Zip: ZipArchive | OK |
Unzip a file to Zip folder | UNZIP: root/outputs/test/zip/test.txt Filesystem: fwrite, file_get_contents, etc | OK |
Permissions are used 777 by including folder and subfolders (option -R / recursive). Run your terminal or ssh, type this command:
$ sudo su $ cd /home/justmy/public_html/access $ chmod -R 777 *
Run Window Explorer, go to /home/justmy/public_html/access/app
. Normally, you would access the properties of a file or folder by right-clicking it. Then selecting Properties from the appearing context menu.in Tab General, unchecked read-only then click OK