Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1018 Bytes

File metadata and controls

37 lines (28 loc) · 1018 Bytes

Course Introduction

Shell scripts in linux are easy to use time saving solution for automating repetative (or) complex set of tasks in a system administrator daily life.

In this section, we will take a look at the below.

  • Why shell scripts?
  • Who is this for?
  • Fun Lectures: We will learn in fun way with examples.
  • We will also see a number of real world use cases of script through out this course.
  • Hands-On labs

Objectives

obj

Pre-Requisites

  • Linux Basics
  • Command Line Basics
  • No Programming knowledge required

Why Shell Scripts?

  • Automate Daily Backups
  • Automate Installation and Patching of Software on multiple servers
  • Monitor System Periodically
  • Raise alarms and send notifications
  • Troubleshooting and Audits
  • Many more

Who is this for?

  • System Administrators
  • Developers
  • IT Engineers
  • Absolute Beginners
  • No Programming Experience