GNOME Bugzilla – Bug 140876
creating a document does not set the file's access rights properly
Last modified: 2005-02-12 22:44:51 UTC
When I "create a document" from the context menu in Nautilus, Nautilus creates the file with: - the wrong chmod: it does not enforce my user's umask and instead uses what seems to be a default value (chmod 600) - the wrong group ownership : if I create a file in a directory that has the gid sticky bit set (with "chmod g+s"), the file does not inherit the directory's group as it should. Instead it gets associated to the user's default group. Please take note that the "create directory" function does not have this bug: it enforces both my umask settings and the gid sticky bit.
*** Bug 136966 has been marked as a duplicate of this bug. ***
From #136966: If I use nautilus to create a new, blank file by using the File->Create Document->Empty File feature, the new file has group wheel (0) instead of the user's default group.
Still there (2.6.1).
*** Bug 142021 has been marked as a duplicate of this bug. ***
*** Bug 167005 has been marked as a duplicate of this bug. ***
Still there in 2.8.2
*** This bug has been marked as a duplicate of 147893 ***