Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Linux Shell Scripting
Rating: 4.1 out of 5(346 ratings)
15,337 students

Introduction to Linux Shell Scripting

Get up to speed with Linux shell scripting quickly
Created byVijay Patel
Last updated 7/2019
English
English [Auto],

What you'll learn

  • After you complete this course you will understand the basics of writing a shell script.

Course content

2 sections11 lectures1h 6m total length
  • Introduction0:08
  • Overview and Getting Start with First Shell Script5:39

    Learn to write and run your first Linux shell script: a plain text file of commands, stored for reuse, made executable with chmod, and executed in the terminal.

  • Linux File Permission6:32

    Learn how Linux file permissions govern read, write, and execute access for owner, group, and others, and practice using chmod to set numeric permissions such as 771 or 777.

  • Shell Builtin Commands8:38

    Explore shell builtin commands, manage file permissions and executable bits, and use echo to print script content while learning to run and edit shell scripts.

  • Variable & Comments12:19

    Learn how to declare and use variables in shell scripts, including valid naming rules, assignment and value updates, and echoing outputs, with emphasis on comments for clear documentation.

  • First complicated script6:01

    Create a linux shell script that gathers system information such as hostname, date, kernel info, memory and disk utilization, using comments and echo to display results.

  • Condition Handling in Shell8:22

    Explore condition handling in shell scripting by using if statements and integer comparisons (equal, not equal, greater than, less than) inside loops, including username checks for login verification.

  • Looping with for7:33

    Learn how to use the for loop in Linux shell scripting to iterate over values, print results, and manage variables with practical script examples.

  • Summary3:38

    Recaps how to define and use shell variables, access them with the dollar sign, and write comments; it also explains file permissions with octal values like 7 0 0 7.

Requirements

  • Linux system or Command line access to a Linux system.

Description

Introduction to Linux Shell Scripting

Lets Learn Linux Shell Scripting  , its easy to understand and with proper example for practice, So Lets have Learn with fun. Get up to speed with Linux shell scripting quickly

In this mini-course, you'll learn the essentials of writing your own Linux shell scripts, including:

  • How to avoid the most common mistakes made by inexperienced shell script

  • Understanding and using best practices and standard conventions.


  • A simple technique that can make amazingly complex scripts easy to write

Even if you're not interested in furthering your career, you can write shell scripts that organize your vacation photos, track your stock portfolio, and more...

Who this course is for:

  • Beginners of Automation Developer
  • DevOps Engineer