美文网首页
apache中添加了新的目录后,为其添加权限

apache中添加了新的目录后,为其添加权限

作者: Michael_lpf | 来源:发表于2017-04-11 11:35 被阅读0次
 clear

 cd /Users/willli/Sites/demo  //我的项目目录

 sudo chmod -R 777 ./dirname  //赋予目录可写权限
 sudo chmod -R 777 images  //例子

 sudo chmod 777 ./filename  //赋予文件可写权限.
 sudo chmod 777 logo.png  //例子

相关文章

网友评论

      本文标题:apache中添加了新的目录后,为其添加权限

      本文链接:https://www.haomeiwen.com/subject/lqmyattx.html