Koozali.org: home of the SME Server

How to create a "writable" directory

NoNameKid

How to create a "writable" directory
« on: December 18, 2006, 05:44:51 AM »
I have set up a PHPBB forum in SME server so I need a "writable" directory for attachment mod.

How can I create a "writable" directory????? >"<

All directories i created in SME also are "read only" .......

allo888

How to create a "writable" directory
« Reply #1 on: December 18, 2006, 01:38:30 PM »
at the command line

chmod 777 nameofthedir

NoNameKid

How to create a "writable" directory
« Reply #2 on: December 19, 2006, 07:18:17 AM »
Quote from: "allo888"
at the command line

chmod 777 nameofthedir


I have already tried but it doesn't work  :cry: