Re: help setting umask corrently



On Tue, Mar 15, 2011 at 1:03 PM, Gregory Machin <gdm@xxxxxxxxxxxxxx> wrote:
Hi.

I have a hack that sets the usmak for users in /etc/bashrc

umask -S u=rwx,g=rwx,o=r


A umask is back-to-front, so don't you want something like this in
/etc/skel/bash.profile
umask 077

That means, the user has full rwx, everyone else (including group) has nothing.

-c
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines



Relevant Pages

  • Re: help setting umask corrently
    ... so I ended up with umask 003 ... To unsubscribe or change subscription options: ... Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines ...
    (Fedora)
  • Re: davfs2 - Problem
    ... umask is not allowed for davfs2 ... To unsubscribe or change subscription options: ... Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines ...
    (Fedora)