find ~/gopher/ -type d -print0 | xargs -0 chmod 755 find ~/gopher/ -type f -print0 | xargs -0 chmod 644