Re: Setting umask in Fedora 26

2017-05-01 Thread Patrick O'Callaghan
On Sun, 2017-04-30 at 18:26 -0600, Peter Gueckel wrote: > In ~/.bash_profile, I have umask=002, since I want directories > (files) to have the permission 755 (644). > > Until Fedora 25, this worked perfectly. > > Now, in Fedora 26, directories (files) are created with the > permission 775 (664)

Re: Setting umask in Fedora 26

2017-04-30 Thread Peter Gueckel
Peter Gueckel wrote: > In ~/.bash_profile, I have umask=002 I meant, I have it set to *022* ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Setting umask in Fedora 26

2017-04-30 Thread Peter Gueckel
In ~/.bash_profile, I have umask=002, since I want directories (files) to have the permission 755 (644). Until Fedora 25, this worked perfectly. Now, in Fedora 26, directories (files) are created with the permission 775 (664). When I run umask, it returns 0002. For some reason, my setting in