Linux For College Students

Below is course content.

Duration : One Week (06 Days) – 2 Hours Per Day (Zoom Online Mode)

Fees : Rs.2500/- Per Person

Special Pricing For College – Rs.50000/- For 100 Students.

1. Introduction to Operating System.

a] Why OS is required?
b] How OS works in system?
c] Types of OS
d] Principles of Unix OS
e] Salient features of Linux OS as Open Source OS

2. Understanding Number System.

a] What is Bit & Byte?
b] Number System - Binary, Decimal, Octal, Hexadecimal

3. Linux Installation.

a] Installing Virtual Box in Windows Machine
b] Understanding Virtual Machine Structure
c] Installing Linux in VM
d] Difference between 32 bit and 64 bit Linux

4. Connecting Linux Machine from Remote End.

5. Basic Linux Commands

6. Software Installation : a] Using yum

7. Programming Linux - Shell Scripting BASH

a] What is variable?
b] Types of variable
c] Writing First Shell Script - hello.sh
d] Loops - if, for, while
e] Understanding Functions
f] Developing practical utility in BASH