Change file permissions
Short entry as a self reminder. Change file permissions in a directory:
find . -type f -print0| xargs -0 chmod -x

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

No comments yet.
RSS feed for comments on this post. TrackBack URL