Re: help setting umask corrently
- From: Chris Smart <mail@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 15 Mar 2011 14:44:48 +1100
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
- References:
- help setting umask corrently
- From: Gregory Machin
- help setting umask corrently
- Prev by Date: Re: help setting umask corrently
- Next by Date: Re: help setting umask corrently
- Previous by thread: Re: help setting umask corrently
- Next by thread: F-14 Daylight Savings Time - Fail
- Index(es):
Relevant Pages
|