Recursive chmod for files or directories only
To do a recursive chmod to directories only you can run:
find . -type d -exec chmod 755 {} \;
And for files only:
find . -type f -exec chmod 644 {} \;
| Subcribe via RSS
To do a recursive chmod to directories only you can run:
find . -type d -exec chmod 755 {} \;
And for files only:
find . -type f -exec chmod 644 {} \;
Recently I installed a new forum called Talk Web ID, you can visit it here: http://www.talk.web.id. The topics of my new forum is IT for now, but I’ll expand it to be more general in the future. If you like to share or just chat about a topic please join my forum and post a new thread
The forum is in Indonesian though.
If you have suggestions please post comment here or directly to the forum. I’ll see you on the forum, thanks
Tags: website