How/Command to list cronjobs running under a user – Unix/Linux

We already discussed the details of CRONJOBS. Crontab is the program used to install, remove or list the tables used to drive the cron daemon.
We can create individual cronjobs for users under server. Click here for mode details about CRONJOBS.

Question : How to list cronjobs running under a user?
Answer :

# crontab -u $username -l 

Example:

[root@localhost ~]# crontab -u me -l
no crontab for me

Its simple, right?
🙂

Related Links:
crontab command and switches
10+ examples of Job Scheduling Using Crontab

Post navigation

Arunlal A

Senior System Developer at Zeta. Linux lover. Traveller. Let's connect! Whether you're a seasoned DevOps pro or just starting your journey, I'm always eager to engage with like-minded individuals. Follow my blog for regular updates, connect on social media, and let's embark on this DevOps adventure together! Happy coding and deploying!

One thought on “How/Command to list cronjobs running under a user – Unix/Linux

Leave a Reply

Your email address will not be published. Required fields are marked *