Markus Blog What’s going on Internet?

9Sep/087

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 {} \;
Tagged as: 7 Comments
6Sep/081

New Forum: Talk Web ID

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

Tagged as: 1 Comment