Should linux cron jobs be specified with an "&" to indicate to run in background? [closed]

Every job that's run by cron is run in the background automatically, so no need for the &

See this too.