cron işleri-q bayrağı ne yapar?

2 Cevap cron

Benim ana bir cron işi var:

/ Ramdisk/bin/php5-q / home2/sharingi/public_html/scrape/copyV2.php

That is just plain not running. The 'support' is telling me that -q is quiet mode and that is why I am not receiving any output emails of any kind...

Ancak bütün diğer cron işleri olmuştur ve sahip-q çalışan ve ay ... bana çıkış e-postalar gönderiyor.

Ben çevresinde arama ama-q bayrağı ne bulamıyorum ...

2 Cevap

-Q bayrağı HTTP başlık çıkışını bastırır. Sürece script kendisi stdout bir şey göndermek yok gibi,-q bir e-posta size komut çalıştırır her zaman göndermesini cron'u önleyecektir. Örneğin, yankı baskı ve stdout gönderin. Eğer e-posta göndermesini cron'u engellemek istiyorsanız bu işlevleri kullanmaktan kaçının.

-q "sessizce" cron iş programı kod yürütme nasıl, çıkış gösteren olmadan, yani, ayrıntılı olmadan çalışacak yani temelde.

Remember: how the program runs the code is different than what is outputting the result. If you are getting some output then that may be the result of file associated for cron. But how cron is working is hidden and you will not receive any alert mail for it.