chmod operation on directories / files

Valerio Daelli valerio.daelli at gmail.com
Wed May 7 12:43:20 UTC 2008


Try with

find -type d -exec chmod 755 {} \;
find -type f -exec chmod 644 {} \;

Bye

Valerio Daelli

On Wed, May 7, 2008 at 1:56 PM, Zbigniew Szalbot <z.szalbot at lc-words.com>
wrote:

> Hello,
>
> How do I chmod separately files and directories?
>
> If I use chmod -R 644 then it will go through all the subdirectories
> assigning everything 644 permissions, directories including.
>
> Many thanks!
>
> --
> Zbigniew Szalbot
> www.lc-words.com
>


More information about the freebsd-questions mailing list