[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: File and directory permissions



also sprach Craig <craigsc@zdata.co.za> [2002.04.22.0948 +0200]:
> Does anyone know how I can tell chmod that I want
> 664 permissions on files and 2770 permissions on
> directorys without having to cycle through them
> individually ?>

find . -type f | xargs chmod 644
find . -type d | xargs chmod 2770

-- 
martin;              (greetings from the heart of the sun.)
  \____ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
  
fermentation fault.
coors dumped.

Attachment: pgpwcjtoYInl1.pgp
Description: PGP signature


Reply to: