johannes.jarolim.com/yapb-forum

Full Version: Help please. Directory Permission
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Jnk

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
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
Reference URL's