Shell Scripting Basics

As a DevOps engineer, you might be always looking for automating tasks, and streamline workflows. Here comes the shell scripting into the picture.

Pre-requisite for Shell Scripting: Linux Basics.

Let’s get started!

What is Kernel?

Linux kernel is responsible for managing system resources such as the CPU, memory, and input/output devices. When you start Firefox, the kernel interacts with the hardware to allocate system resources to the program and ensure that it runs smoothly.

Visit Now