find /data/lessondev /
/( -type f ! -perm 0644 -exec chmod 644 '{}' /; /) , /
/( -type d ! -perm 0744 -exec chmod 744 '{}' /; /) /
-printf '%P: %#m/n'
find
最新推荐文章于 2024-01-28 19:36:45 发布
find /data/lessondev /
/( -type f ! -perm 0644 -exec chmod 644 '{}' /; /) , /
/( -type d ! -perm 0744 -exec chmod 744 '{}' /; /) /
-printf '%P: %#m/n'