I am trying to register the Schedule to execute the commands that are already created, but they are not executed, I register them from a cron task I have used several ways
/usr/local/bin/php /home/findelmu/findelmundoremates/artisan schedule:run >> /dev/null 2>&1
/usr/local/bin/php-cli /home/findelmu/findelmundoremates/artisan schedule:run >> /dev/null 2>&1
/usr/local/bin/php-cli -q /home/findelmu/findelmundoremates/artisan schedule:run >> /dev/null 2>&1
php-cli /home/findelmu/findelmundoremates/artisan schedule:run >> /dev/null 2>&1
I show the file structure in the image, I welcome any suggestion
Here I put them as I am adding the cron task