On Tuesday 19 December 2006 08:21, Darryl Gregorash wrote:

> > I want all regular files in a particular public directory to be
> > rw-rw-r--. How do I set that up?
>
> chmod 0664 <dirname>/*

As an alternative:

 chmod a=r,ug+w  <dirname>/*

Letters might be easier to remember. ;-)

"man chmod" has the details.

Cheers,

Leen
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to