Day 4 Task: Basic Linux Shell Scripting For Devops Engineers
Day 4 Task: Basic Linux Shell Scripting For Devops Engineers
Day 4 Task: Basic Linux Shell Scripting For Devops Engineers
Engineers.
What is Kernel :
The kernel is a computer program that is the core of a computer’s operating system, with
complete control over everything in the system.
What is Shell:
A shell is special user program which provide an interface to user to use operating system
services. Shell accept human readable commands from user and convert them into something
which kernel can understand. It is a command language interpreter that execute commands read
from input devices such as keyboards or from files. The shell gets started when the user logs in
or start the terminal.
III) Write a Shell Script which prints “I will complete #90DaysOofDevOps challenge”
IV) Write a Shell Script to take user input, input from arguments and print the
variables.
V) Write an Example of If else in Shell Scripting by comparing 2 numbers