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
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:
echo test > /Common/testfile
-> group readable&writableCreated file using Nautilus -> group readable, but not writable
Copied file using Nautilus -> group readable, but not writable
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