10

I'd like to run the command /usr/sbin/cron in the foreground and not as a daemon. Is this possible?

1 Answers1

15

-f flag is what I was looking for.

/usr/sbin/cron -f or cron -f