Basic Learning about Linux Daily use commands
Basic knowledge to get you started

What you will learn

Linux Basic operation

Daily use commands

Shell Scripting

What is expected from you in IT industry

Description

In this course you will get to knowย  about basic commands about Linux such as ls ,mv,split,tail,head etc . We will also learn about shell script such as loops and how to think about that.ย  New lectures will be added as the time progress . This course will get you familiar with all the unix basics that you need to keep with current IT standards . This course is structured in such a way that will keep you intrested . It will be a small course but it would contain all the inforamtion that you will be needing .

The first 2 Sectionsย  will teach you all the tools necessary to use the command line and start writing your shell scripts4.

Learn how to use the command line

Be able to write your own Shell scripts

Automate tasks using Shell scripts

Make decisions by using if-else statements

Make decision based on strings, variables or files

How to use arithmetic expressions

How to loop through files and folders with for and while loops

How to use functions

How to deal with variables scope

Create Shell Scripts that solves a real world problem


Get Instant Notification of New Courses on our Telegram channel.


By the end of the course you’ll be writingย  your own Shell Scripts, in particular you will learn how to:

Use the command line

Automate tasks using Shell Scripts

Create and use variables in your scripts

Make decisions by using if-else statements

Make decision based on strings, variables or files

Use arithmetic expressions

Loop through files and folders with “for” and “while” loops

Use functions

Deal with variables scope

Create Shell Scripts that solves real world problems

and much more…

English
language

Content

Introduction

Setup your VM
What is Shell ?

Linux Operations

Path and cd command
mkdir and touch
ls command
copy and move command
date command
remove command
split command
head and tail command
Pipe

WildCards

wildcards character in linux