I'd like to run the command /usr/sbin/cron in the foreground and not as a daemon. Is this possible?
1 Answer
-f flag is what I was looking for.
/usr/sbin/cron -f or cron -f
I'd like to run the command /usr/sbin/cron in the foreground and not as a daemon. Is this possible?
-f flag is what I was looking for.
/usr/sbin/cron -f or cron -f