Posted in linux
161
8:39 am, February 6, 2021

change file permissions to -rw-rw-r--

When adding a new php template file, it adds it under the www-data user with the file permissions set to -rw-r--r-- so its not remotely editable. Use chmod 664 to change it to -rw-rw-r--

chmod 664 calculate-a-percentage-dec-difference-based-on-two-numbers.php

change file permissions to -rw-rw-r-- Demo

View Demo Full Screen View Demo New Tab

change file permissions to -rw-rw-r-- Code

PHP

chmod 664 file

Related Tags

No Items Found.

Add Comment
Type in a Nick Name here
 
Related Search Terms