Re: [CentOS] Using umask

2011-06-24 Thread Todd Cary
On 6/24/2011 6:51 AM, Paul Bijnens wrote: > On 2011-06-21 17:22, Todd Cary wrote: >> Grasping a full understanding of setting default Users, Groups >> and Masks has alluded me over the years, but now I find myself in >> a situation where manually "setting" the file/directory >> attributes is beco

Re: [CentOS] Using umask

2011-06-24 Thread Paul Bijnens
On 2011-06-21 17:22, Todd Cary wrote: > Grasping a full understanding of setting default Users, Groups > and Masks has alluded me over the years, but now I find myself in > a situation where manually "setting" the file/directory > attributes is becoming a pain. > > I understand the fundamentals

Re: [CentOS] Using umask

2011-06-22 Thread Todd Cary
Many thanks to you and DrewI am the only user... Todd On 6/21/2011 11:05 PM, Anthony wrote: > On 06/22/2011 01:22 AM, Todd Cary wrote: >> Grasping a full understanding of setting default Users, Groups >> and Masks has alluded me over the years, but now I find myself in >> a situation where ma

Re: [CentOS] Using umask

2011-06-21 Thread Anthony
On 06/22/2011 01:22 AM, Todd Cary wrote: > Grasping a full understanding of setting default Users, Groups > and Masks has alluded me over the years, but now I find myself in > a situation where manually "setting" the file/directory > attributes is becoming a pain. > > I understand the fundamentals

Re: [CentOS] Using umask

2011-06-21 Thread Drew
This may not be the best from a security perspective but as you use samba, why not just set it to force the correct user, group and mask setting for that share? My server at home is setup that way and it works just fine. -Drew On 06/21/2011, Todd Cary wrote: > Grasping a full understanding of s

Re: [CentOS] Using umask

2011-06-21 Thread Craig White
On Jun 21, 2011, at 8:51 AM, Todd Cary wrote: > > > On 6/21/2011 8:30 AM, m.r...@5-cent.us wrote: >> John Hodrien wrote: >>> On Tue, 21 Jun 2011, Todd Cary wrote: >> My /var/www/html files have been manually set by me to apache/apache 774. This allows my PHP applications to access t

Re: [CentOS] Using umask

2011-06-21 Thread Todd Cary
On 6/21/2011 8:30 AM, m.r...@5-cent.us wrote: > John Hodrien wrote: >> On Tue, 21 Jun 2011, Todd Cary wrote: > >>> My /var/www/html files have been manually set by me to >>> apache/apache 774. This allows my PHP applications to access the >>> files, and I assume this is a "good" setting. >>> >>

Re: [CentOS] Using umask

2011-06-21 Thread Craig White
On Jun 21, 2011, at 8:30 AM, m.r...@5-cent.us wrote: > John Hodrien wrote: >> On Tue, 21 Jun 2011, Todd Cary wrote: > >>> My /var/www/html files have been manually set by me to >>> apache/apache 774. This allows my PHP applications to access the >>> files, and I assume this is a "good" setting.

Re: [CentOS] Using umask

2011-06-21 Thread Marian Marinov
On Tuesday 21 June 2011 18:27:11 John Hodrien wrote: > On Tue, 21 Jun 2011, Todd Cary wrote: > > Grasping a full understanding of setting default Users, Groups > > and Masks has alluded me over the years, but now I find myself in > > a situation where manually "setting" the file/directory > > attri

Re: [CentOS] Using umask

2011-06-21 Thread m . roth
John Hodrien wrote: > On Tue, 21 Jun 2011, Todd Cary wrote: >> My /var/www/html files have been manually set by me to >> apache/apache 774. This allows my PHP applications to access the >> files, and I assume this is a "good" setting. >> >> Now, my server is connected via Samba to my desktop. If

Re: [CentOS] Using umask

2011-06-21 Thread John Hodrien
On Tue, 21 Jun 2011, Todd Cary wrote: > Grasping a full understanding of setting default Users, Groups > and Masks has alluded me over the years, but now I find myself in > a situation where manually "setting" the file/directory > attributes is becoming a pain. > > I understand the fundamentals of

[CentOS] Using umask

2011-06-21 Thread Todd Cary
Grasping a full understanding of setting default Users, Groups and Masks has alluded me over the years, but now I find myself in a situation where manually "setting" the file/directory attributes is becoming a pain. I understand the fundamentals of the file attributes, though from time to time