Question
Do i need to add user www-data explicitely
Here’s a quickie… (hopefully)
I want to run cron jobs as www.data, which I’ve already set up in crontabs (* * * * * www-data php path/to/command)
compgen -u shows no user named www-data. Do I need to set it up manually or is this handled automatically.
Thanks already!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×