SlideShare a Scribd company logo
L/O/G/O
UNIX Shell Scripting Online Training
http://www.todycourses.com
UNIX Background
 Introduction about Operating System(OS)
 Introduction to UNIX
 List of UNIX vendors available in Market
 Introduction to various UNIX Implementations
 History of UNIX OS Evolution from 1969
 Open Source (vs.) Shared source (vs.) Closed
source
 Is Unix Open Source software?
UNIX (vs.) LINUX
 LINUX OS background
 LINUX (vs.) WINDOWS
 Popular LINUX distributions/Vendors
 Similarities between Unix & Linux
 Differences between Unix & Linux
 About POSIX standards
UNIX System architecture
 Hardware
 Kernel
 Shell
 Utilities and User programs
 Layers in Unix OS
 Unix Servers/Dumb terminals/nodes
UNIX System features
 Multitasking
 Multiuser
 Easy Portability
 Security
 Communication
UNIX day-to-day used
commands
 System Information commands (uname, date, etc)
 man command
 User Related (w, who, etc)
 Terminal Related (stty, etc)
 Filter commands (more, less, etc)
 Miscellaneous commands (cal, banner, clear, etc)
 Viewing exit status of commands
 Disk Related commands
UNIX File System
 Introduction to Unix tree structure
 Inode representation
 Introduction to 3 types of files – Ordinary,
Directory, Special
 3 different ways of new file creation (touch, cat, vi)
 File system commands (ls, mkdir, cd, etc)
 Wild card characters
 File Permissions & security
Input/output Redirection and
piping
 Introduction to Redirection/piping
 Output Redirection Example
 Input Redirection Example
 Error Redirection Example
UNIX Processes
 Introduction to Unix processes
 Program (vs.) Process
 System processes & commands
 User processes & commands
 Finding processes information using ‘grep’
 Background & foreground processing
 Kill signal
 Setting process priorities
 Avoiding hang-ups using ‘nohup’
Job Scheduling
 Introduction to job scheduling
 Run jobs at regular intervals using crontab
 Run jobs at specific intervals using ‘at’
UNIX Communication
 On-line communication using write, wall, talk, etc
 Off-line communication using mail, news, etc
UNIX Environment Variables
 Introduction to ‘echo’ command
 System defined environment variables
 User defined environment variables
 Creating user defined environment variables.
VI Editor
 Introduction to Visual Editor
 Understanding 3 basic modes of operations
 Cursor Movement commands
 Scrolling commands
 Editing text commands
 Copying and pasting text
 Shell commands
 Text Buffers
 Search commands
UNIX System files & Default
User settings
 Introduction to system files (/etc/passwd)
 Creating user aliases ($HOME/.bashrc)
 Sourcing environment ($HOME/.bash_profile)
 Logout action file ($HOME/.bash_logout)
UNIX Shell Scripting
 Introduction to Shell
 Types of shells
 Evolution/History of various Unix shells
 Introduction to Shell scripting
 Difference between programming and scripting
 Steps in handling shell scripts
 Writing first shell script – “Hello World…!”
Shell Scripting basic examples
 Adding comments
 Displaying output to screen
 Variables declaration
 Arithmetic operations
 Read Input from command line
 Interactive Addition program
 Positional Parameters
 Command Line arguments
 Arithmetic operations using command line
arguments
 Command line arguments using SHIFT operator
 Scope of Variables
Conditional Statements
 Sequence control structure (vs.) decision making
structure
 If-then-fi statement
 If-then-else-fi statement
 If-then-elif-else-fi statement
 TEST command
 case – esac statement
 String operations
 Examples
Flow control statements
 For Loop
 While loop
 Until loop
 Loop nesting
 Break/continue commands
 Examples on For/While/Until
 For + ls example
 While + case example
 If + grep example
 For + sed + awk example
Compression & Archive
commands
 Introduction to Archiving
 Introduction to Compression
 Archive (vs.) compression
 Creating archives
 Compressing & un-compressing files
 Compressed Archives
Miscellaneous, but useful
topics
 Transferring files between Unix servers using FTP
 Remote login to another Unix server
 Starting and shutting down the servers
 Writing C programs in Unix OS
 Compiling and debugging C programs in Unix OS
Advanced Shell Scripting
(SED, CUT)
 SED Introduction
 Difference between “” and ‘’
 s for substitution
 SED Delimiters
 Using & as the matched string
 SED Multiple instructions
 Multiple instructions through script
 Printing, Deleting in SED
 cut, tr commands
 Lab Exercises
Advanced Shell Scripting
(AWK)
 AWK Introduction
 AWK Basic syntax & Examples
 AWK Inbuilt variables (FS, OFS, NR, RS,
FILENAME)
 BEGIN, PRINT, END blocks in AWK
 Inbuilt AWK functions (length, Index, sub, substr,
tolower, toupper, split)
 IF Condition
 Loops (While, DO … WHILE, FOR)
 Break - Continue - Exit
 Arrays
 Lab Exercises
L/O/G/O
Thank You!
Ad

Recommended

Unix and shell programming | Unix File System | Unix File Permission | Blocks
Unix and shell programming | Unix File System | Unix File Permission | Blocks
LOKESH KUMAR
 
UNIX Operating System ppt
UNIX Operating System ppt
OECLIB Odisha Electronics Control Library
 
Unix Introduction
Unix Introduction
ananthimurugesan
 
Unix
Unix
Erm78
 
Unix Operating System
Unix Operating System
Shivam Pandey
 
Unix Operating System
Unix Operating System
subhsikha
 
Unix operating system architecture with file structure
Unix operating system architecture with file structure
amol_chavan
 
Unix seminar
Unix seminar
Ajeet Kushwaha
 
Unix operating system
Unix operating system
midhunjose4u
 
Unix Operating System
Unix Operating System
MahakKasliwal
 
Introduction to Unix
Introduction to Unix
Nishant Munjal
 
Unit 1-a-brief-history-of-unix-ppt
Unit 1-a-brief-history-of-unix-ppt
Rahul Mashal
 
Unix ppt
Unix ppt
sudhir saurav
 
Unix - An Introduction
Unix - An Introduction
Deepanshu Gahlaut
 
Operating systems unix
Operating systems unix
Achu dhan
 
Unix lecture1
Unix lecture1
dolleyj
 
UNIX Operating System
UNIX Operating System
Fatima Qayyum
 
Chapter 1: Introduction to Unix / Linux Kernel
Chapter 1: Introduction to Unix / Linux Kernel
Dr.Ashvini Chaudhari Bhongade
 
Introduction to Unix operating system Chapter 1-PPT Mrs.Sowmya Jyothi
Introduction to Unix operating system Chapter 1-PPT Mrs.Sowmya Jyothi
Sowmya Jyothi
 
UNIX Operating System
UNIX Operating System
Unless Yuriko
 
A beginners introduction to unix
A beginners introduction to unix
zafarali1981
 
Unix Administration
Unix Administration
Nishant Munjal
 
WELCOME TO THE CORE OF UNIX OPERATING SYSTEM
WELCOME TO THE CORE OF UNIX OPERATING SYSTEM
Narendra Mohan Mishra
 
Introduction to unix
Introduction to unix
Chandru Jangin
 
Linux: Basics OF Linux
Linux: Basics OF Linux
Omkar Walavalkar
 
UNIX introduction
UNIX introduction
MUFIX Community
 
linux software architecture
linux software architecture
Sneha Ramesh
 
Unix architecture | Operating System
Unix architecture | Operating System
Sumit Pandey
 
Ch2
Ch2
chshah2486
 
Linux Shell Scripting Craftsmanship
Linux Shell Scripting Craftsmanship
bokonen
 

More Related Content

What's hot (20)

Unix operating system
Unix operating system
midhunjose4u
 
Unix Operating System
Unix Operating System
MahakKasliwal
 
Introduction to Unix
Introduction to Unix
Nishant Munjal
 
Unit 1-a-brief-history-of-unix-ppt
Unit 1-a-brief-history-of-unix-ppt
Rahul Mashal
 
Unix ppt
Unix ppt
sudhir saurav
 
Unix - An Introduction
Unix - An Introduction
Deepanshu Gahlaut
 
Operating systems unix
Operating systems unix
Achu dhan
 
Unix lecture1
Unix lecture1
dolleyj
 
UNIX Operating System
UNIX Operating System
Fatima Qayyum
 
Chapter 1: Introduction to Unix / Linux Kernel
Chapter 1: Introduction to Unix / Linux Kernel
Dr.Ashvini Chaudhari Bhongade
 
Introduction to Unix operating system Chapter 1-PPT Mrs.Sowmya Jyothi
Introduction to Unix operating system Chapter 1-PPT Mrs.Sowmya Jyothi
Sowmya Jyothi
 
UNIX Operating System
UNIX Operating System
Unless Yuriko
 
A beginners introduction to unix
A beginners introduction to unix
zafarali1981
 
Unix Administration
Unix Administration
Nishant Munjal
 
WELCOME TO THE CORE OF UNIX OPERATING SYSTEM
WELCOME TO THE CORE OF UNIX OPERATING SYSTEM
Narendra Mohan Mishra
 
Introduction to unix
Introduction to unix
Chandru Jangin
 
Linux: Basics OF Linux
Linux: Basics OF Linux
Omkar Walavalkar
 
UNIX introduction
UNIX introduction
MUFIX Community
 
linux software architecture
linux software architecture
Sneha Ramesh
 
Unix architecture | Operating System
Unix architecture | Operating System
Sumit Pandey
 
Unix operating system
Unix operating system
midhunjose4u
 
Unix Operating System
Unix Operating System
MahakKasliwal
 
Unit 1-a-brief-history-of-unix-ppt
Unit 1-a-brief-history-of-unix-ppt
Rahul Mashal
 
Operating systems unix
Operating systems unix
Achu dhan
 
Unix lecture1
Unix lecture1
dolleyj
 
UNIX Operating System
UNIX Operating System
Fatima Qayyum
 
Introduction to Unix operating system Chapter 1-PPT Mrs.Sowmya Jyothi
Introduction to Unix operating system Chapter 1-PPT Mrs.Sowmya Jyothi
Sowmya Jyothi
 
UNIX Operating System
UNIX Operating System
Unless Yuriko
 
A beginners introduction to unix
A beginners introduction to unix
zafarali1981
 
WELCOME TO THE CORE OF UNIX OPERATING SYSTEM
WELCOME TO THE CORE OF UNIX OPERATING SYSTEM
Narendra Mohan Mishra
 
linux software architecture
linux software architecture
Sneha Ramesh
 
Unix architecture | Operating System
Unix architecture | Operating System
Sumit Pandey
 

Viewers also liked (20)

Ch2
Ch2
chshah2486
 
Linux Shell Scripting Craftsmanship
Linux Shell Scripting Craftsmanship
bokonen
 
UNIX - Class1 - Basic Shell
UNIX - Class1 - Basic Shell
Nihar Ranjan Paital
 
Trouble shoot with linux syslog
Trouble shoot with linux syslog
ashok191
 
Unixshellscript 100406085942-phpapp02
Unixshellscript 100406085942-phpapp02
Ben Mohammed Esskhayri
 
UNIX - Class4 - Advance Shell Scripting-P1
UNIX - Class4 - Advance Shell Scripting-P1
Nihar Ranjan Paital
 
UNIX - Class5 - Advance Shell Scripting-P2
UNIX - Class5 - Advance Shell Scripting-P2
Nihar Ranjan Paital
 
Karkha unix shell scritping
Karkha unix shell scritping
chockit88
 
Module 13 - Troubleshooting
Module 13 - Troubleshooting
T. J. Saotome
 
APACHE
APACHE
neftaly quijano tun
 
Advanced Oracle Troubleshooting
Advanced Oracle Troubleshooting
Hector Martinez
 
Linux troubleshooting tips
Linux troubleshooting tips
Bert Van Vreckem
 
Process monitoring in UNIX shell scripting
Process monitoring in UNIX shell scripting
Dan Morrill
 
25 Apache Performance Tips
25 Apache Performance Tips
Monitis_Inc
 
Fusion Middleware 11g How To Part 2
Fusion Middleware 11g How To Part 2
Dirk Nachbar
 
Sql server troubleshooting
Sql server troubleshooting
Nathan Winters
 
Tomcat next
Tomcat next
Jean-Frederic Clere
 
Tomcat
Tomcat
Venkat Pinagadi
 
Linux monitoring and Troubleshooting for DBA's
Linux monitoring and Troubleshooting for DBA's
Mydbops
 
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Scott Jenner
 
Linux Shell Scripting Craftsmanship
Linux Shell Scripting Craftsmanship
bokonen
 
Trouble shoot with linux syslog
Trouble shoot with linux syslog
ashok191
 
UNIX - Class4 - Advance Shell Scripting-P1
UNIX - Class4 - Advance Shell Scripting-P1
Nihar Ranjan Paital
 
UNIX - Class5 - Advance Shell Scripting-P2
UNIX - Class5 - Advance Shell Scripting-P2
Nihar Ranjan Paital
 
Karkha unix shell scritping
Karkha unix shell scritping
chockit88
 
Module 13 - Troubleshooting
Module 13 - Troubleshooting
T. J. Saotome
 
Advanced Oracle Troubleshooting
Advanced Oracle Troubleshooting
Hector Martinez
 
Linux troubleshooting tips
Linux troubleshooting tips
Bert Van Vreckem
 
Process monitoring in UNIX shell scripting
Process monitoring in UNIX shell scripting
Dan Morrill
 
25 Apache Performance Tips
25 Apache Performance Tips
Monitis_Inc
 
Fusion Middleware 11g How To Part 2
Fusion Middleware 11g How To Part 2
Dirk Nachbar
 
Sql server troubleshooting
Sql server troubleshooting
Nathan Winters
 
Linux monitoring and Troubleshooting for DBA's
Linux monitoring and Troubleshooting for DBA's
Mydbops
 
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Scott Jenner
 
Ad

Similar to unix training | unix training videos | unix course unix online training (20)

Unix Shell Scripting
Unix Shell Scripting
Mustafa Qasim
 
Unix Shell Script - 2 Days Session.pptx
Unix Shell Script - 2 Days Session.pptx
Rajesh Kumar
 
Linux powerpoint
Linux powerpoint
bijanshr
 
Unix tutorial-08
Unix tutorial-08
kavitha_tala
 
Chapter 2 Introduction to Unix Concepts
Chapter 2 Introduction to Unix Concepts
MeenalJabde
 
Unix lab manual
Unix lab manual
Tanzeem Syed
 
Unix tutorial-08
Unix tutorial-08
Tushar Jain
 
Introduction to UNIX
Introduction to UNIX
Bioinformatics and Computational Biosciences Branch
 
KMSUnix and Linux.pptx
KMSUnix and Linux.pptx
Ganesh Bhosale
 
Unix_Introduction_BCA.pptx the very basi
Unix_Introduction_BCA.pptx the very basi
Priyadarshini648418
 
Introduction To Unix.pptx
Introduction To Unix.pptx
ssuser140ea3
 
Unix OS & Commands
Unix OS & Commands
Mohit Belwal
 
Module1-UNIX architecture; FEATURES OF UNIX OS
Module1-UNIX architecture; FEATURES OF UNIX OS
RAVIRAJ P
 
Unix introduction
Unix introduction
Raafat younis
 
Operating system (remuel)
Operating system (remuel)
Remuel Malinao
 
Unix and Linux - The simple introduction
Unix and Linux - The simple introduction
Amity University Noida
 
UNIX.pptx
UNIX.pptx
P S Rani
 
Shell_Scripting.ppt
Shell_Scripting.ppt
KiranMantri
 
Operating System Laboratory presentation .ppt
Operating System Laboratory presentation .ppt
PDhivyabharathi2
 
Network and System Administration Power Point
Network and System Administration Power Point
kemal678348
 
Unix Shell Scripting
Unix Shell Scripting
Mustafa Qasim
 
Unix Shell Script - 2 Days Session.pptx
Unix Shell Script - 2 Days Session.pptx
Rajesh Kumar
 
Linux powerpoint
Linux powerpoint
bijanshr
 
Chapter 2 Introduction to Unix Concepts
Chapter 2 Introduction to Unix Concepts
MeenalJabde
 
Unix tutorial-08
Unix tutorial-08
Tushar Jain
 
KMSUnix and Linux.pptx
KMSUnix and Linux.pptx
Ganesh Bhosale
 
Unix_Introduction_BCA.pptx the very basi
Unix_Introduction_BCA.pptx the very basi
Priyadarshini648418
 
Introduction To Unix.pptx
Introduction To Unix.pptx
ssuser140ea3
 
Unix OS & Commands
Unix OS & Commands
Mohit Belwal
 
Module1-UNIX architecture; FEATURES OF UNIX OS
Module1-UNIX architecture; FEATURES OF UNIX OS
RAVIRAJ P
 
Operating system (remuel)
Operating system (remuel)
Remuel Malinao
 
Unix and Linux - The simple introduction
Unix and Linux - The simple introduction
Amity University Noida
 
Shell_Scripting.ppt
Shell_Scripting.ppt
KiranMantri
 
Operating System Laboratory presentation .ppt
Operating System Laboratory presentation .ppt
PDhivyabharathi2
 
Network and System Administration Power Point
Network and System Administration Power Point
kemal678348
 
Ad

More from Nancy Thomas (20)

shell programming training | shell programming classes | unix shell programmi...
shell programming training | shell programming classes | unix shell programmi...
Nancy Thomas
 
selenium training | selenium course | selenium video tutorial | selenium for ...
selenium training | selenium course | selenium video tutorial | selenium for ...
Nancy Thomas
 
workday hcm training | workday hcm online training | workday hcm course
workday hcm training | workday hcm online training | workday hcm course
Nancy Thomas
 
wordpress training | wordpress certification | wordpress training course | wo...
wordpress training | wordpress certification | wordpress training course | wo...
Nancy Thomas
 
python training | python course | python online training
python training | python course | python online training
Nancy Thomas
 
peoplesoft financials training | peoplesoft financials training online | peop...
peoplesoft financials training | peoplesoft financials training online | peop...
Nancy Thomas
 
peoplesoft crm training | peoplesoft crm training online | peolplesoft crm co...
peoplesoft crm training | peoplesoft crm training online | peolplesoft crm co...
Nancy Thomas
 
hyperion essbase training | hyperion essbase online training | hyperion essb...
hyperion essbase training | hyperion essbase online training | hyperion essb...
Nancy Thomas
 
weblogic training | oracle weblogic online training | weblogic server course
weblogic training | oracle weblogic online training | weblogic server course
Nancy Thomas
 
oracle rac training | oracle rac training videos | oracle rac dba training
oracle rac training | oracle rac training videos | oracle rac dba training
Nancy Thomas
 
oracle plsql training | oracle online training | oracle plsql demo | oracle p...
oracle plsql training | oracle online training | oracle plsql demo | oracle p...
Nancy Thomas
 
oracle oa framework training | oracle oa framework training courses | oa fram...
oracle oa framework training | oracle oa framework training courses | oa fram...
Nancy Thomas
 
oracle enterprise manager training | oracle enterprise manager course | orac...
oracle enterprise manager training | oracle enterprise manager course | orac...
Nancy Thomas
 
oracle data integrator training | oracle data integrator training videos | or...
oracle data integrator training | oracle data integrator training videos | or...
Nancy Thomas
 
Oracle apex training | Oracle Application Application Express Training | Ora...
Oracle apex training | Oracle Application Application Express Training | Ora...
Nancy Thomas
 
oracle adf training | oracle adf course | oracle adf certification training
oracle adf training | oracle adf course | oracle adf certification training
Nancy Thomas
 
c# training | c# training videos | c# object oriented programming | c# course
c# training | c# training videos | c# object oriented programming | c# course
Nancy Thomas
 
asp .net training | asp.net course | asp.net training online | learn asp.net
asp .net training | asp.net course | asp.net training online | learn asp.net
Nancy Thomas
 
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
Nancy Thomas
 
ibm websphere admin training | websphere admin course | ibm websphere adminis...
ibm websphere admin training | websphere admin course | ibm websphere adminis...
Nancy Thomas
 
shell programming training | shell programming classes | unix shell programmi...
shell programming training | shell programming classes | unix shell programmi...
Nancy Thomas
 
selenium training | selenium course | selenium video tutorial | selenium for ...
selenium training | selenium course | selenium video tutorial | selenium for ...
Nancy Thomas
 
workday hcm training | workday hcm online training | workday hcm course
workday hcm training | workday hcm online training | workday hcm course
Nancy Thomas
 
wordpress training | wordpress certification | wordpress training course | wo...
wordpress training | wordpress certification | wordpress training course | wo...
Nancy Thomas
 
python training | python course | python online training
python training | python course | python online training
Nancy Thomas
 
peoplesoft financials training | peoplesoft financials training online | peop...
peoplesoft financials training | peoplesoft financials training online | peop...
Nancy Thomas
 
peoplesoft crm training | peoplesoft crm training online | peolplesoft crm co...
peoplesoft crm training | peoplesoft crm training online | peolplesoft crm co...
Nancy Thomas
 
hyperion essbase training | hyperion essbase online training | hyperion essb...
hyperion essbase training | hyperion essbase online training | hyperion essb...
Nancy Thomas
 
weblogic training | oracle weblogic online training | weblogic server course
weblogic training | oracle weblogic online training | weblogic server course
Nancy Thomas
 
oracle rac training | oracle rac training videos | oracle rac dba training
oracle rac training | oracle rac training videos | oracle rac dba training
Nancy Thomas
 
oracle plsql training | oracle online training | oracle plsql demo | oracle p...
oracle plsql training | oracle online training | oracle plsql demo | oracle p...
Nancy Thomas
 
oracle oa framework training | oracle oa framework training courses | oa fram...
oracle oa framework training | oracle oa framework training courses | oa fram...
Nancy Thomas
 
oracle enterprise manager training | oracle enterprise manager course | orac...
oracle enterprise manager training | oracle enterprise manager course | orac...
Nancy Thomas
 
oracle data integrator training | oracle data integrator training videos | or...
oracle data integrator training | oracle data integrator training videos | or...
Nancy Thomas
 
Oracle apex training | Oracle Application Application Express Training | Ora...
Oracle apex training | Oracle Application Application Express Training | Ora...
Nancy Thomas
 
oracle adf training | oracle adf course | oracle adf certification training
oracle adf training | oracle adf course | oracle adf certification training
Nancy Thomas
 
c# training | c# training videos | c# object oriented programming | c# course
c# training | c# training videos | c# object oriented programming | c# course
Nancy Thomas
 
asp .net training | asp.net course | asp.net training online | learn asp.net
asp .net training | asp.net course | asp.net training online | learn asp.net
Nancy Thomas
 
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
Nancy Thomas
 
ibm websphere admin training | websphere admin course | ibm websphere adminis...
ibm websphere admin training | websphere admin course | ibm websphere adminis...
Nancy Thomas
 

Recently uploaded (20)

“THE BEST CLASS IN SCHOOL”. _
“THE BEST CLASS IN SCHOOL”. _
Colégio Santa Teresinha
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
SHERAZ AHMAD LONE
 
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
RAKESH SAJJAN
 
Chalukyas of Gujrat, Solanki Dynasty NEP.pptx
Chalukyas of Gujrat, Solanki Dynasty NEP.pptx
Dr. Ravi Shankar Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
LDMMIA Practitioner Student Reiki Yoga S2 Video PDF Without Yogi Goddess
LDMMIA Practitioner Student Reiki Yoga S2 Video PDF Without Yogi Goddess
LDM & Mia eStudios
 
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
Arshad Shaikh
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
The Man In The Back – Exceptional Delaware.pdf
The Man In The Back – Exceptional Delaware.pdf
dennisongomezk
 
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
 
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
jutaydeonne
 
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
 
Gibson "Secrets to Changing Behaviour in Scholarly Communication: A 2025 NISO...
Gibson "Secrets to Changing Behaviour in Scholarly Communication: A 2025 NISO...
National Information Standards Organization (NISO)
 
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
 
Health Care Planning and Organization of Health Care at Various Levels – Unit...
Health Care Planning and Organization of Health Care at Various Levels – Unit...
RAKESH SAJJAN
 
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
 
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
 
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
SHERAZ AHMAD LONE
 
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
RAKESH SAJJAN
 
LDMMIA Practitioner Student Reiki Yoga S2 Video PDF Without Yogi Goddess
LDMMIA Practitioner Student Reiki Yoga S2 Video PDF Without Yogi Goddess
LDM & Mia eStudios
 
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
Arshad Shaikh
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
The Man In The Back – Exceptional Delaware.pdf
The Man In The Back – Exceptional Delaware.pdf
dennisongomezk
 
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
 
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
jutaydeonne
 
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
 
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
 
Health Care Planning and Organization of Health Care at Various Levels – Unit...
Health Care Planning and Organization of Health Care at Various Levels – Unit...
RAKESH SAJJAN
 
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
 
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
 
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
 

unix training | unix training videos | unix course unix online training

  • 1. L/O/G/O UNIX Shell Scripting Online Training http://www.todycourses.com
  • 2. UNIX Background  Introduction about Operating System(OS)  Introduction to UNIX  List of UNIX vendors available in Market  Introduction to various UNIX Implementations  History of UNIX OS Evolution from 1969  Open Source (vs.) Shared source (vs.) Closed source  Is Unix Open Source software?
  • 3. UNIX (vs.) LINUX  LINUX OS background  LINUX (vs.) WINDOWS  Popular LINUX distributions/Vendors  Similarities between Unix & Linux  Differences between Unix & Linux  About POSIX standards
  • 4. UNIX System architecture  Hardware  Kernel  Shell  Utilities and User programs  Layers in Unix OS  Unix Servers/Dumb terminals/nodes
  • 5. UNIX System features  Multitasking  Multiuser  Easy Portability  Security  Communication
  • 6. UNIX day-to-day used commands  System Information commands (uname, date, etc)  man command  User Related (w, who, etc)  Terminal Related (stty, etc)  Filter commands (more, less, etc)  Miscellaneous commands (cal, banner, clear, etc)  Viewing exit status of commands  Disk Related commands
  • 7. UNIX File System  Introduction to Unix tree structure  Inode representation  Introduction to 3 types of files – Ordinary, Directory, Special  3 different ways of new file creation (touch, cat, vi)  File system commands (ls, mkdir, cd, etc)  Wild card characters  File Permissions & security
  • 8. Input/output Redirection and piping  Introduction to Redirection/piping  Output Redirection Example  Input Redirection Example  Error Redirection Example
  • 9. UNIX Processes  Introduction to Unix processes  Program (vs.) Process  System processes & commands  User processes & commands  Finding processes information using ‘grep’  Background & foreground processing  Kill signal  Setting process priorities  Avoiding hang-ups using ‘nohup’
  • 10. Job Scheduling  Introduction to job scheduling  Run jobs at regular intervals using crontab  Run jobs at specific intervals using ‘at’
  • 11. UNIX Communication  On-line communication using write, wall, talk, etc  Off-line communication using mail, news, etc
  • 12. UNIX Environment Variables  Introduction to ‘echo’ command  System defined environment variables  User defined environment variables  Creating user defined environment variables.
  • 13. VI Editor  Introduction to Visual Editor  Understanding 3 basic modes of operations  Cursor Movement commands  Scrolling commands  Editing text commands  Copying and pasting text  Shell commands  Text Buffers  Search commands
  • 14. UNIX System files & Default User settings  Introduction to system files (/etc/passwd)  Creating user aliases ($HOME/.bashrc)  Sourcing environment ($HOME/.bash_profile)  Logout action file ($HOME/.bash_logout)
  • 15. UNIX Shell Scripting  Introduction to Shell  Types of shells  Evolution/History of various Unix shells  Introduction to Shell scripting  Difference between programming and scripting  Steps in handling shell scripts  Writing first shell script – “Hello World…!”
  • 16. Shell Scripting basic examples  Adding comments  Displaying output to screen  Variables declaration  Arithmetic operations  Read Input from command line  Interactive Addition program  Positional Parameters  Command Line arguments  Arithmetic operations using command line arguments  Command line arguments using SHIFT operator  Scope of Variables
  • 17. Conditional Statements  Sequence control structure (vs.) decision making structure  If-then-fi statement  If-then-else-fi statement  If-then-elif-else-fi statement  TEST command  case – esac statement  String operations  Examples
  • 18. Flow control statements  For Loop  While loop  Until loop  Loop nesting  Break/continue commands  Examples on For/While/Until  For + ls example  While + case example  If + grep example  For + sed + awk example
  • 19. Compression & Archive commands  Introduction to Archiving  Introduction to Compression  Archive (vs.) compression  Creating archives  Compressing & un-compressing files  Compressed Archives
  • 20. Miscellaneous, but useful topics  Transferring files between Unix servers using FTP  Remote login to another Unix server  Starting and shutting down the servers  Writing C programs in Unix OS  Compiling and debugging C programs in Unix OS
  • 21. Advanced Shell Scripting (SED, CUT)  SED Introduction  Difference between “” and ‘’  s for substitution  SED Delimiters  Using & as the matched string  SED Multiple instructions  Multiple instructions through script  Printing, Deleting in SED  cut, tr commands  Lab Exercises
  • 22. Advanced Shell Scripting (AWK)  AWK Introduction  AWK Basic syntax & Examples  AWK Inbuilt variables (FS, OFS, NR, RS, FILENAME)  BEGIN, PRINT, END blocks in AWK  Inbuilt AWK functions (length, Index, sub, substr, tolower, toupper, split)  IF Condition  Loops (While, DO … WHILE, FOR)  Break - Continue - Exit  Arrays  Lab Exercises