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 /* As an alternative: chmod a=r,ug+w /* Letters might be easier to remember. ;-) "man chmod" has the details. Cheers, Leen -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org