chmod directory only or file only
September 20th, 2010
No comments
find -type d -print0 |xargs -0 chmod 755
find -type f -print0 |xargs -0 chmod 644
Categories: Linux
find -type d -print0 |xargs -0 chmod 755
find -type f -print0 |xargs -0 chmod 644
Recent Comments