If I schedule print "Hello World!"; to run every hour with crontab, where will Hello World! be printed? Is there a log file?
If I do it with Java or C instead of Python, will it make any difference?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They will be sent to the email address defined at the top of the crontab, or to the crontab’s owner by default. See the
crontab(5)man page for more details.