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