mkdir(): Insufficient permissions when running php script in ubuntu?

WBOY
Release: 2016-10-12 10:04:07
Original
1664 people have browsed it

In ubuntu, php does not have enough permissions to use mkdir(). My directory structure is as follows opt/lampp/htdocs/yunzhicms/thinkphp/library/think/template/driver/File.phpmkdir(): Insufficient permissions when running php script in ubuntu?

Reply content:

In ubuntu, php does not have enough permissions to use mkdir(). My directory structure is as follows opt/lampp/htdocs/yunzhicms/thinkphp/library/think/template/driver/File.phpmkdir(): Insufficient permissions when running php script in ubuntu?

chown -R your apache user/user group your website directory.

Related labels:
php
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!