01
Oct
09

Recursively chmod

Recursively chmod directories only:
find . -type d -exec chmod 755 {} \;

Recursively chmod files only:
find . -type f -exec chmod 644 {} \;


2 Responses to “Recursively chmod”


  1. 13 October 2009 at 4:21 am

    trus nek ora iso login as superuser? mosok iso nge eksekusi chmod command


Leave a Reply