linux 目录权限为777了可php为什么就创建不了文件呢
[root@00-0c-29-2f-68-62web]#ls-ltotal20drwxrwxrwx.2rootroot16384May816:28lost+founddr...
[root@00-0c-29-2f-68-62 web]# ls -l
total 20
drwxrwxrwx. 2 root root 16384 May 8 16:28 lost+found
drwxrwxrwx. 3 root root 4096 May 10 14:09 www
[root@00-0c-29-2f-68-62 web]# cd www/
[root@00-0c-29-2f-68-62 www]# ls -l
total 8
-rwxrwxrwx. 1 root root 64 May 10 14:08 index.php
drwxrwxrwx. 10 root root 4096 Mar 21 09:22 news
[root@00-0c-29-2f-68-62 www]#
php文件内容
<?php
if(touch('aa.php')){
echo '成功';
}else{
echo '失败';
}
浏览器输出:失败
请问各位大神怎么解决 展开
total 20
drwxrwxrwx. 2 root root 16384 May 8 16:28 lost+found
drwxrwxrwx. 3 root root 4096 May 10 14:09 www
[root@00-0c-29-2f-68-62 web]# cd www/
[root@00-0c-29-2f-68-62 www]# ls -l
total 8
-rwxrwxrwx. 1 root root 64 May 10 14:08 index.php
drwxrwxrwx. 10 root root 4096 Mar 21 09:22 news
[root@00-0c-29-2f-68-62 www]#
php文件内容
<?php
if(touch('aa.php')){
echo '成功';
}else{
echo '失败';
}
浏览器输出:失败
请问各位大神怎么解决 展开
1个回答
快又稳
2024-10-28 广告
2024-10-28 广告
在Linux环境下配置基于域名的虚拟主机,需安装Apache或Nginx等Web服务器,并编辑配置文件。以Apache为例,需创建虚拟主机配置文件,指定域名、文档根目录等,然后启用该配置文件并重启Apache服务。同样,Nginx也需在相应...
点击进入详情页
本回答由快又稳提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询