I have a list of jobs in the crontabs for user1, user2. I want to prevent the jobs of user2 from running.
I tried listing user2 in cron.deny, but that only prevents him from accessing his crontab. The jobs listed in user2's crontab still get executed.
How do I disable cron jobs for a specific user?