Nef wrote:
>
> you have some variables, you have to check the CHMOD command
> for the variables and its function... unfortunately i myself
> dont know anything much about the variables and its function.
Log into the server as root (use admin password) and edit the /etc/e-smith/templates/etc/httpd.conf/ibays file (name might be wrong sorry) you will find four entries called create mode, directory mode, force c m and force d m. change these to be 0444 for the create modes and 02666 for directory modes. Reconfigure your server from the console (su - admin). re-create your ibays and hopefully it will work. If not, try:
man httpd.conf
and
man chmod (for the list of permission modes)
you can work it out from these.