Hi,
Just tried to ftp into the primary ibay as admin and I can READ, but not WRITE. I checked the permissions and it's looks like this:
drwxr-xr-x 2 root root 4096 Jan 26 12:39 cgi-bin
drwxr-xr-x 3 root root 4096 Feb 14 12:19 files
drwxr-xr-x 4 root root 4096 Feb 3 08:33 html
So no writing unless you are root. I checked my test system and it has correct settings:
drwxr-s--- 2 admin shared 4096 Jan 10 11:09 cgi-bin
drwxr-s--- 2 admin shared 4096 Jan 10 11:09 files
drwxr-s--- 2 admin shared 4096 Jan 10 11:09 html
So how do I fix this? How do I set the s special permission for the group? I get the first part
cd /home/e-smith/files/ibays/Primary
chown admin:shared -R *
But I don't know how to chmod and get an s to appear?
note: edited to fix formatting.