Posts by Emídio Neto • 1 point
1 post
-
0
votes3
answers451
viewsA: Permissive issues when creating Linux server folders using mkdir
The best check is to enter the server and create a simple php script to test the creation through the mkdir function... <?php mkdir('/storage/pdf/content', 0700, true);…