1 00:00:06,840 --> 00:00:08,077 - All right. 2 00:00:08,077 --> 00:00:09,204 In this lesson, 3 00:00:09,204 --> 00:00:10,260 we have seen a couple of commands, 4 00:00:10,260 --> 00:00:13,740 at which allows you to run a job at a specific time, 5 00:00:13,740 --> 00:00:16,560 atq, which allows you to get a list 6 00:00:16,560 --> 00:00:18,540 of all jobs currently scheduled, 7 00:00:18,540 --> 00:00:22,380 and atrm, which allows you to remove these jobs, again. 8 00:00:22,380 --> 00:00:24,723 If you want to go for more systemwide approach, 9 00:00:24,723 --> 00:00:29,723 crontab-e allows you to edit the cron configuration 10 00:00:30,300 --> 00:00:33,120 and systemctl is what you can use to work 11 00:00:33,120 --> 00:00:35,100 with systemctl timers. 12 00:00:35,100 --> 00:00:35,933 That's all. 13 00:00:35,933 --> 00:00:37,233 Let's go do a lab.