tianshupei88

lnmp.org下载的lnmp集成环境,通过lnmp vhost tsp创建了虚拟主机目录,将此目录导入到phpstorm中时提示错误,应该时权限的问题,想通过chmod -R 777 tsp来改变tsp(此为虚拟主机的目录)目录的权限,但提示.user.ini没有权限,通过root也删除不了。

解决方法:

执行 chattr -i /home/wwwroot/tsp/.user.ini 就可以删除之,最后执行chmod -R 777 tsp 来改变此目录权限,并导入phpstorm

分类:

技术点:

相关文章:

  • 2022-01-07
  • 2021-11-28
  • 2022-01-07
  • 2022-01-07
  • 2022-01-19
  • 2022-01-07
  • 2021-07-22
  • 2021-11-22
猜你喜欢
  • 2021-10-12
  • 2021-11-14
  • 2021-11-14
  • 2022-01-18
  • 2022-01-07
  • 2021-12-07
  • 2021-09-17
相关资源
相似解决方案