Home > Backend Development > PHP Tutorial > laravel vagrant ubuntu 怎么付权限

laravel vagrant ubuntu 怎么付权限

WBOY
Release: 2016-06-06 20:11:06
Original
1010 people have browsed it

<code>file_put_contents(/e2dfe263f2d26f756b4d658323a9ee36): failed to open stream: Permission denied</code>
Copy after login
Copy after login

vagrant ubuntu 怎么权限

回复内容:

<code>file_put_contents(/e2dfe263f2d26f756b4d658323a9ee36): failed to open stream: Permission denied</code>
Copy after login
Copy after login

vagrant ubuntu 怎么权限

如果这个文件是同步文件夹的
可以设置一下config.vm.synced_folder ".", "/vagrant", :extra => "dmode=777,fmode=666"
vagrant权限

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template