Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: MikeH on March 10, 2004, 03:03:42 PM

Title: No ibay Write/Delete Access
Post by: MikeH on March 10, 2004, 03:03:42 PM
Using SME5.6 and want to provide client with write/delete access to the ibay containing their website so that they can manage it. Am using Dungog chroot patch to take them to their html directory but only read access is available? Is there a way to fix this without them logging on as admin?
Title: No ibay Write/Delete Access
Post by: Boris on March 10, 2004, 10:30:37 PM
You can change permissions and the owner for the html directory (and all the files inside)
chmod and chown commands will do it.
Title: No ibay Write/Delete Access
Post by: MikeH on March 11, 2004, 11:24:16 AM
Quote from: "Boris"
You can change permissions and the owner for the html directory (and all the files inside)
chmod and chown commands will do it.


Thanks for that.
Found that apart from setting FTP access to Public, existing files only had to have ownership changed to the required owner using chown.

Also found the command ls -l very useful in telling me who owned what file and the permissions.