Learn your way! Get started

Linux, Part 3 of 5: Input/Output and Variables

with expert Jordan Hudgens


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 12/28/2016
Level Beginner
Runtime 1h 17m
Closed captioning Included
Transcript Included
eBooks / courseware N/A
Hands-on labs N/A
Sample code N/A
Exams Included


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



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)