Prahlad Inala
Prahlad Inala

Prahlad Inala

Follow
Follow
homeWebDevDevOpsLinuxSponsorAWSUX Design
Series

Linux

This is a dedicated series for folks who are interested to learn about Linux and important concepts in Linux

Articles in this series

Linux for Beginners

Feb 12, 20223 min read

What is Linux? Linux is an Operating system, just like Windows and macOS. It is one of the most popular Operating systems in the world. It is the best...

Linux for Beginners

Windows VS Linux

Feb 19, 20222 min read

Difference between Windows and Linux WindowsLinux It is a proprietary Operating systemIt is an Open Source Operating system Microkernel is...

Windows VS Linux

Kernel In Depth

Feb 26, 20223 min read

What is Kernel? A kernel is a software that manages the hardware like CPU, RAM, Disk, etc., A kernel is the main component of the Linux Operating...

Kernel In Depth

Shell In Depth

Mar 5, 20222 min read

What is a Shell? A shell provides an interface to the Linux system. It gathers input from the user and executes a program based on the user...

Shell In Depth

Linux boot process step by step

Mar 19, 20222 min read

Linux Boot Sequence BIOS POST MBR GRUB Boot Loader Kernel Initialization INIT Process Runlevels Program 1. BIOS POST: BIOS Stands for Basic...

Linux boot process step by step

Linux File System

Mar 26, 20223 min read

Linux File System In Linux, the File system is in a hierarchical tree structure. It contains one root folder ( / ). In Linux, data is stored in...

Linux File System