• Post category:StudyBullet-9
  • Reading time:5 mins read


Learn Linux Shell Scripting using bash from the host of Learn Linux TV and author of Mastering Ubuntu Server

What you will learn

How scripting in Bash can boost server and administrator efficiency

The structure a Bash script, including syntax and best practices

All the Bash scripting concepts, such as variables, error checking, branching, subprocesses, and more

Input, output, and checking for errors

How Bash scripts interact with the underlying operating system

Adding arguments to scripts to increase functionality

Refactoring and condensing scripts to achieve maximum functionality with fewer lines of code

Description

If you want to learn Linux, you will want to learn from the best. Learn how to automate Linux using Bash Scripting from Jay.

Jay LaCroix is the owner of Learn Linuxย TV, an education and training company that specializes in Linux and related technologies. Jay has extensive experience working with Linux (over 20 years to be exact) and is also the author of Mastering Ubuntu Server, which has enjoyed considerable success and positive reviews. And that’s just the beginning!

  • Through Learn Linux TV, Jay has produced hundreds of Linux training videos, which receive over a half million views per month
  • Mastering Ubuntu Server (4th Edition) is a best-seller through Packt publishing
  • Jay has worked with and consulted with many companies, including Linux-related companies such as the Linux Professional Institute, Linode, System76, and more.

Jay knows Linux.ย But his passion for Linux is equaled only by his passion for teaching it. You’ll want to learn Linux from Jay – there’s a reason why he’s known as “The Linuxย Guy”!


Get Instant Notification of New Courses on our Telegram channel.


In this course you will learn Linux Bash Scripting and learn how to automate tasks using the Linux command line. This journey will explore the process of writing scripts, best practices, critical concepts that are required to write efficient scripts, with examples that are clear and easy to understand.

During the course, the student will start out with simple examples to get started, such as a “hello world” script, which is an important tradition, but from there, each example will build on the last and teach new concepts. After writing introductory Bash scripts, the student will learn how to set up branching (if statements, while loops, etc). From there, menu-driven scripts via case statements are shown, and then more advanced concepts such as data streams, sub shells, and much, much, more!

English
language

Content

Get Started with Bash Scripting

Series Intro
Hello World!

Getting help

Answering your questions
Udemy Tips and Tricks

Bash scripting essentials

Variables
Math Functions
If Statements
Exit Codes
While Loops
Example of scripting in action: Creating a “Universal Update Script”

Taking bash scripting to the next level

For Loops
Filesystem locations for running scripts
Data Streams
Writing Functions
Creating Case Statements

Scheduling Jobs

Scheduling Jobs (Part 1)
Scheduling Jobs (Part 2)

Course closing

Closing (and final thoughts)