February 15, 2009

Change file permissions

Filed under: linux — @ 18:25

Short entry as a self reminder. Change file permissions in a directory:

find . -type f -print0| xargs -0 chmod -x

No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment