06-22-2007, 10:02 PM
06-25-2007, 12:56 PM
Jnk Wrote:Hello guys,
Sorry for this post but I need your help. My question seems to be stupid but how to set the directory permission to 777 ?
Thanks
Hello,
You do it the same way as you do it for files. From command line you can use:
chmod 777 <dirname>
or some FTP clients allow you to do this too. However on those I have seen it more work on files rather than directories.
Regards,
Ville