ThomasJSmart
Programmer
- Sep 16, 2002
- 634
not sure if i should post this here or in linux forum...
anyway i need to set the chmod of a folder,
i need a folder to be 777 while i do some commands, and when im finished i need it back on 755.
using the php chmod function doesnt work tho because php is running as nobody i guess. is there a way i can run this command through system() or exec() ?
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
anyway i need to set the chmod of a folder,
i need a folder to be 777 while i do some commands, and when im finished i need it back on 755.
using the php chmod function doesnt work tho because php is running as nobody i guess. is there a way i can run this command through system() or exec() ?
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!