permissionについて知識不足なので質問があります。
ブラウザでindex.phpにアクセスすると
755の権限のファイルに'file_put_contents'で書き込みができるのですが、
どのような挙動なのでしょうか。
755だと書き込み権限がないと考えていてpermission errorが出るのではと考えていました。
環境
windows10
docker for windows
laradock
php7.2
bash
1laradock@9354915a32a8:/var/www/test_index$ ls -l 2total 1 3-rwxr-xr-x 1 root root 68 Sep 11 02:43 index.php 4-rwxr-xr-x 1 root root 4 Sep 11 02:43 test.txt
php
1// index.php 2<?php 3echo "index.php"; 4file_put_contents("test.txt", "bbb");
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/09/11 03:59