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
RWCHMOD 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.
php -q FILEwill do, same as shell, of course for hardy purpose, we often change it to executable (my 2cents, dun scold me) – ajreal Nov 18 '10 at 5:47chmod(eg.chmod u+x file). Since you talk about "web hosting", it's possible that the hosting service already set up the right permission for you so you don't have to worry about it. – Danosaure Nov 18 '10 at 6:14