Course description
Learn all about the boot process and how to build a Linux boot process from the ground up, including how to work with GRUB, systemd, and the full boot sequence. Discover the importance of quickly and efficiently adding and configuring environment variables when it comes to building out your system. Finally, explore input and output as well as the process of piping data from files and directories or to log files.
Prerequisites
This course assumes that students are familiar with basic computer usage in the Mac, Windows or Linux operating systems. It also assumes that students have Linux installed on their system.
Learning Paths
This course is part of the following LearnNowOnline SuccessPaths™:
Linux
Meet the expert
Jordan Hudgens has certifications for Ruby on Rails, Thinkful; Ruby on Rails, Bloc.io; Front End Development, Thinkful; and AngularJS, Thinkful. He is currently vice president of engineering for TRACKR in Midland, Texas and is working on his PhD in Computer Science from Texas Tech. In addition to Ruby, Jordan works with PHP, JavaScript, MySQL, Postgres, CSS3, C, C++, C#, Objective-C, and Python. He also works with the frameworks Rails (Ruby), Zend (PHP), and Django (Python), plus the libraries AngularJS, jQuery, and Backbone.js.
Course outline
Environment, Input, and Output
Boot Process (20:51)
- Introduction (01:57)
- Boot Process (02:08)
- GRUB 2 (01:17)
- Systemd (05:34)
- Overriding Default System Services Behavior (01:18)
- Shutdown and Reboot from CLI (03:22)
- Process Termination (03:48)
- Summary (01:24)
Environment Variables (11:53)
- Introduction (01:35)
- Environment Variables (01:41)
- Adding PATH Variables (01:33)
- Demo: PATH Variables (06:02)
- Summary (01:00)
Input and Output (44:42)
- Introduction (01:32)
- Input and Output (04:29)
- Redirection (02:25)
- Stream Redirection (02:20)
- Demo: STDIN and STDOUT (04:47)
- Demo: Piping (05:24)
- Running Simultaneous Commands (02:31)
- Splitting Streams (01:28)
- Demo: Method Chaining (06:01)
- Demo: Viewing Output (05:54)
- Demo: Copying Text from File (06:11)
- Summary (01:33)