liunx
-
liunx批量修改网站目录和文件的权限
find web -type d -exec chmod 755 {} \; find web -type f -exec chmod 644 {} \;把web换成你的网站目录find /www/wwwroot/web -type d -exec chmod 755 {} \;find web -type...
find web -type d -exec chmod 755 {} \; find web -type f -exec chmod 644 {} \;把web换成你的网站目录find /www/wwwroot/web -type d -exec chmod 755 {} \;find web -type...