mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
sudo
just avoid some wasted time when copy/past error Operation not permitted
This commit is contained in:
parent
d6f202c94b
commit
4f3ce8542a
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ require_once '../locale/function.php';
|
|||
<br>
|
||||
Then you can set the permissions (www-data means apache user).
|
||||
<br>
|
||||
<pre><code>chown www-data:www-data <?php echo $dir; ?> && chmod 755 <?php echo $dir; ?> </code></pre>
|
||||
<pre><code>sudo chown www-data:www-data <?php echo $dir; ?> && sudo chmod 755 <?php echo $dir; ?> </code></pre>
|
||||
</details>
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue