Using the crontab command, what is the command to display the lines in your crontab file?

Crontab -l, -l

Showing Answers 1 - 1 of 1 Answers

crontab -l: display all the cronjobs which are scheduled

crontab -r <username> delete all crontab file for the specified user

crontab -e: to edit the crontab file

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions