[CentOS] old website keep reappering in /var/www/html

Thu Sep 7 18:36:35 UTC 2023
Kenneth Porter <shiva at sewingwitch.com>

On 9/7/2023 11:19 AM, Marco Fioretti wrote:
> It's as if there were some hidden cron job somewhere that runs hugo on 
> the OLD source files, but I can't find it. All the standard methods 
> one can find by googling "how to list all cron jobs" don't show 
> anything that may be the reason.

Also check for systemd timer units in all the systemd unit directories.

Check the system log files when this happens ("ls -lt /var/log | head") 
to see if something's running at that moment.

Run top as it happens to see what jumps to the top of the process list.

Use chattr to mark the files immutable and see what complains when it 
fails to change the content.