I know that the generic id used by Apache needs to be able to write to path.php and system/config.php during installation so those files need to be set 666 at that time.
Is that true after installation as well? Are there ongoing admin tasks which need to be able to update those files?
I’ve seen some indication that the installation process is supposed to set those files to 644 after it is through writing to them, but in my case they are still set to 666.
PHP files set to 666 make me nervous on principle and I’d like to set them to 644 unless that breaks something.
Thanks.