my Hosting is use Apache and PHP
i understand what it's mean 777
in CHMOD or drwxrwxrwx
or Owner, Group, Public => read, write, execute.
- i understand with the
RW
CHMOD command but what about theX
, it for authorization execute the Shell command or my PHP script or both? - When we upload the image through browser, let's says in CMS (wordress, joomla, etc) whe have ability to upload image. when we do it, what is the CHMOD we need? since i assume if access via web browser then we are as
public
sorry for my bad english, i don't know how to explain it's more simple.