sunsunshining
Verified User
- Joined
- Sep 23, 2024
- Messages
- 25
Is this path acceptable to run a cron for a user?
If one uses this instead
Will it use the php version of that user account or a default php version?
Code:
/usr/local/php83/bin/php myscript.php
If one uses this instead
Code:
php myscript.php
Will it use the php version of that user account or a default php version?