I have an interesting problem involving group permissions and possibly the setgid bit.
A set of directories is set as the following:
drwxrwsr-x 2 smith web-ww2 18 Oct 4 12:05 grids
drwxrwsr-x 16 smith web-ww2 16 Oct 4 12:05 jpgs
Here is an example of the files in the grids directory:
-rwxrwxr-x 1 smith web-ww2 393K Feb 24 2016 grid2003.zip
-rwxrwxr-x 1 smith web-ww2 366K Feb 24 2016 grid2004.zip
The owner, smith, is able to upload files in both directories. Members of group web-ww2 however cannot. All users are using WinSCP to upload files. No extended attributes are set.
Any idea what would be keeping the members of web-ww2 from uploading files within those directories?