|
Question : How do I find out what mode to use when creating dirs with mkdirAnswer :When creating dirs under a unix like environment you have to give your dirs and files a special permission mode, which decides who can read write or execute your script for example. The mode is a 4 digit number, to calculate the number go to the following link and download and install the chmod.php script, which gives you a set of checkboxes you can decide from what permissions to set.
Chmod script
|