<table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_63161"> 1 首先设置网站目录所有者为 用户<br>cd 目录<br>chown -R 用户 根目录<br>find 根目录 -type d -exec chmod 750 {} ;<br>find 根目录 -not -type d -exec chmod 640 {} ;<br>2 data、templets、uploads、a images目录<br>设置可读写权限:<br>cd 根目录<br>chmod -R 770 data templets uploads a images <div class="blockcode"> <div id="code_Gi4"><ol> <li>find 根目录 -type d -exec chmod 750 {} ;</li> <li>find 根目录 -not -type d -exec chmod 640 {} ;</li> </ol></div> <em onclick="copycode($('code_Gi4'));">复制代码</em> </div> </td></tr></table> <div class="ptg mbm mtn"> Centos,取自deCMS</div> <div id="comment_63161" class="cm"> </div> <div id="post_rate_div_63161"></div> <br><br>