Differences between revisions 14 and 15
Revision 14 as of 2011-02-24 18:45:58
Size: 1840
Comment: added link to it translation
Revision 15 as of 2013-05-18 06:46:10
Size: 1872
Comment: Moving under Debate
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from umask

Translation(s): English - Italiano

umask in Debian

This is a draft page to keep track of the discussions the default umask value in Debian. umask is a program to set file permissions.

Default value

Umask was set to 022 by base-files until 5.4, where it was changed to 002. However, starting from base-files version 5.7, umask is set by pam_umask, which currently defaults again to 022.

The changes in base-files only took effect on freshly installed systems. An umask of 022 gives write permission to the other group members. By default, Debian uses “user private groups” (UPG). Under this scheme, each user has his own private group, that is not to be shared with any other user.

Discussions about its default value

Documentation to update

Issues with a value of 022

Issues with a value of 002

Others

There is a parallel discussion at Ubuntu: https://wiki.ubuntu.com/MultiUserManagement.