Skip to content

Instantly share code, notes, and snippets.

@uonr
Created July 13, 2019 16:28
Show Gist options
  • Save uonr/fe142a41487af221d3496fc366549c3a to your computer and use it in GitHub Desktop.
Save uonr/fe142a41487af221d3496fc366549c3a to your computer and use it in GitHub Desktop.
系统命令
# 权限设置
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment