Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete Linux Bootcamp for Beginners
Rating: 4.4 out of 5(2,365 ratings)
12,240 students

Complete Linux Bootcamp for Beginners

Learn Linux Shell Programming with Bash, GREP and SED for Beginners
Last updated 12/2016
English

What you'll learn

  • Get Acquainted with Terminal very Well
  • Learn Using Scripts to Automate Tasks
  • Proper Understand of Regex with Grep and Sed

Course content

6 sections35 lectures3h 45m total length
  • Introduction2:44
  • Starting with Terminal1:51

    Learn how to open the terminal on the Ubuntu desktop by searching for terminal and launching the terminal application.

  • Basic Directories Commands5:44

    Navigate the Linux file system with cd, pwd, and tilde shortcuts to move between root and home; use ls to list contents and understand dot dot paths.

  • File Listing in Shell8:36
  • File Permissions4:51

    Learn to view and interpret Linux file permissions with ls -l, distinguishing owner, group, and others, and understand read, write, and execute bits through practical examples.

  • Changing File Permissions7:09

    Explore how unix file permissions are represented as rwx bits, how owner, group, and others map to 755 and 644, and how to use chmod to set them.

Requirements

  • Any Linux Based Operating System
  • Knowledge of any Command Line is Helpful, but Not Necessary

Description

This course is teaches the fundamentals of linux shell using the terminal, some insight on bash shell and we will investigate various aspects of the shell, for example scripting, using utilities like grep and sed, C and Perl programming in linux, controll flow as well as the file structure. You will also find out how to navigate the directory structure, reveal the contents of directories, the best way to understand and work with file permissions, how to replicate, move, and remove directories and files. We'll also cover regular expression syntax in the context of learning grep, then use what we have learned as we work.

The course is in six units, and contains over four hours of demos and discussion.

Some of the topics are as below :

  • Everything about directories
  • Understanding and working with file permissions
  • Copying, moving, and removing files.
  • Using redirection and piping.
  • Make executable scripts
  • Variables and how to use them
  • The if statement and demos
  • Handling command line arguments
  • Loops (while, until, and for)
  • The case statement
  • Understand Grep
  • Regular expression syntax
  • Various validations
  • What is sed
  • Various Sed Usage Examples


I hope you join me as we explore linux together.

Who this course is for:

  • Any Fresher Who Wants to Learn Basic Linux Shell Commands
  • Expert who Needs to Brush up Basic Linux Shell Skills