Linux – Set cron job for a specific user

You can read/edit a linux user crontab by using the -u flag.

To edit the crontab of a specific linux user:

crontab -e -u <username>

Done =)

Reference: how do I run a cron job with a specific user?

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.