I have finally noticed one of the things that is causing some confusion in the office. If I create a directory on an nfs mounted partition from the command line I get the desired perms:
[bhughes@bretsony AdvertiserContent]$ mkdir testdir [bhughes@bretsony AdvertiserContent]$ ll -d testdir/ drwxrwsr-x 2 bhughes exhibito 1024 Oct 8 2002 testdir/ Notice the setgid bit is set as it is in the parent dir [bhughes@bretsony AdvertiserContent]$ ll -d . drwxrwsr-x 66 exhibito exhibito 2048 Oct 8 2002 . hte issue is when I create a directory from within the gimp save file widget, the group is not writable [bhughes@bretsony AdvertiserContent]$ ll -d testgimp/ drwxr-sr-x 2 bhughes exhibito 1024 Oct 8 17:11 testgimp/ This pisses off my partner beyond measure since we use this tree for all sorts of shared stuff which is why the group name is different and set to a group to which we both belong and the gid is set. If I create a file, it has the desired properties. [bhughes@bretsony AdvertiserContent]$ ll testfile.gimp.jpg -rw-rw-r-- 1 bhughes exhibito 692 Oct 8 17:11 testfile.gimp.jpg Can anyone tell me where the setting is that is causing this? Is it a gimp thing or what? Any tips appreciated. Bret -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list