Should linux cron jobs be specified with an “&” to indicate to run in background? [closed] January 25, 2023 by Tarik Every job that’s run by cron is run in the background automatically, so no need for the & See this too.