Nautilus doesn't see setgid

Posted by Shara on Ask Ubuntu See other posts from Ask Ubuntu or by Shara
Published on 2010-12-21T05:04:45Z Indexed on 2011/03/20 16:18 UTC
Read the original article Hit count: 160

Filed under:
|
|

I want to share a folder for two users, here is what I did:

  • created group
  • add users to group
  • set chmod
  • set chown
  • set setgid 2775
  • reboot

After that:

  1. echo test > /Common/testfile -> group readable&writable

  2. Created file using Nautilus -> group readable, but not writable

  3. Copied file using Nautilus -> group readable, but not writable

  4. Created file using gedit -> group readable&writable

Why? Is it a bug? This was on a clean Ubuntu 10.10 installation.

© Ask Ubuntu or respective owner

Related posts about 10.10

Related posts about nautilus