I have a crontab
in the same name crontab
. Need to check whether its running currently or not.
Its placed in /etc/crontab in a Linux machine.
I guess its service name is crond
. So I tried grep crond
.
If its wrong please confirm me?
How can I check it?