Home >Backend Development >PHP Tutorial >apache - ubuntu下thinkphp 开发环境的搭建问题

apache - ubuntu下thinkphp 开发环境的搭建问题

WBOY
WBOYOriginal
2016-06-06 20:27:041472browse

我在ubuntu下准备搭建thinkphp的 开发环境,现在LAMP都正常安装好了,也下载下来了thinkphp,index.php也放在了网站文件下,访问localhost之后,index.php下生成了框架文件,但是这些文件都是属于"www-data"的,没有编辑权限,求不吝赐教。
apache - ubuntu下thinkphp 开发环境的搭建问题

回复内容:

我在ubuntu下准备搭建thinkphp的 开发环境,现在LAMP都正常安装好了,也下载下来了thinkphp,index.php也放在了网站文件下,访问localhost之后,index.php下生成了框架文件,但是这些文件都是属于"www-data"的,没有编辑权限,求不吝赐教。
apache - ubuntu下thinkphp 开发环境的搭建问题

我用chown -R username.root /webdir 命令暂时解决了。

切换root用户试试?

本来服务器上就不应该直接去编辑代码的,如果实在需要的话sudo下吧

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn