如何修改Linux文件系统的权限?
~# chown -R apache.apache /data/wwwroot/default/opencart
~# find /data/wwwroot/default/opencart -type d -exec chmod 755 {} \;
~# find /data/wwwroot/default/opencart -type f -exec chmod 644 {} \;Last updated
~# chown -R apache.apache /data/wwwroot/default/opencart
~# find /data/wwwroot/default/opencart -type d -exec chmod 755 {} \;
~# find /data/wwwroot/default/opencart -type f -exec chmod 644 {} \;Last updated