Possible to run cron in foreground?

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

1

1 Answer

-f flag is what I was looking for.

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like