1 00:00:07,230 --> 00:00:09,210 - Hello, and welcome to Lesson 2. 2 00:00:09,210 --> 00:00:12,300 In this lesson, you'll learn about Linux kernel management. 3 00:00:12,300 --> 00:00:16,080 I'll start providing a short overview of what exactly it is 4 00:00:16,080 --> 00:00:17,850 that a Linux kernel is doing, 5 00:00:17,850 --> 00:00:20,730 and then you'll learn how to work with Linux kernel modules 6 00:00:20,730 --> 00:00:22,530 and how to optimize the Linux kernel 7 00:00:22,530 --> 00:00:24,721 using the /proc filesystem. 8 00:00:24,721 --> 00:00:27,360 I'll also explain how the kernel is involved 9 00:00:27,360 --> 00:00:28,590 in device management 10 00:00:28,590 --> 00:00:31,590 and what you can do to handle devices properly. 11 00:00:31,590 --> 00:00:33,480 This lesson ends with a lab that allows you 12 00:00:33,480 --> 00:00:34,923 to practice these topics.