How to check whether cron daemon is running or not?
Cron is a software utility time-based job scheduler in Unix-like computer operating system. It is used to scheduling jobs (commands or shell scripts) that run periodically at fixed times, dates, or intervals for…