http://qs321.pair.com?node_id=927347


in reply to Re: perl script in nohup running from crontab
in thread perl script in nohup running from crontab

ALSO, cron has minimal path provided by a minimal shell, so if it runs on your default shell, it may still not run in cron...

if the user installed expect or nohup in a dir that's not accessible in cron's shell, you may need to hardpath (provide the full path to every executable run in a script run in cron) them, for them to work within cron.