1 00:00:07,470 --> 00:00:09,660 - Hello, and welcome to Lesson 18. 2 00:00:09,660 --> 00:00:12,120 In this lesson, you'll learn about task scheduling. 3 00:00:12,120 --> 00:00:13,140 We'll cover cron, 4 00:00:13,140 --> 00:00:15,960 which is a classic solution for scheduling tasks, 5 00:00:15,960 --> 00:00:19,650 as well as systemd timers, which is the modern solution. 6 00:00:19,650 --> 00:00:22,830 Both of these allow you to run recurring tasks. 7 00:00:22,830 --> 00:00:25,050 You'll also learn about the at service, 8 00:00:25,050 --> 00:00:28,530 which allows you to schedule tasks to run once only. 9 00:00:28,530 --> 00:00:31,170 At the end of this lesson, you'll find a list of commands 10 00:00:31,170 --> 00:00:33,123 as well as a lab and lab solution.