Display & Edit Crontab in UNIX & Linux

To display crontab on your UNIX or Linux operating system, execute below command.

crontab -l

To edit the crontab, execute below command.

crontab -e

You May Also Like

Leave a Reply?