How to know that .sh file content is really executed in crontab ?
For example : I have created .sh file and pasted a content "ping www.google.com" inside the file.
I can check in /var/logs file that the crontab is executed and details, but, how to know that the file content is really executing or not.