shahrukh-khan.hashnode.devOS VS Kernel in LinuxIf you are just starting your Linux journey, you might hear the terms "Operating System" and "Kernel" used interchangeably. However, they aren't the same thing! To understand the difference, think of a car. 1. The Kernel: The Engine The Kernel is the...Feb 12·2 min read
shahrukh-khan.hashnode.devWhat is a Shell?When you first open a terminal in Linux, you aren't just looking at a "black box." You are interacting with a Shell. But did you know there isn't just one type of shell? What is a Shell? Think of the Shell as a translator. You speak "Human" (typing c...Feb 12·2 min read
shahrukh-khan.hashnode.devLinux Command is a ProgramUnderstanding that a command is simply an executable file is a "lightbulb moment" for many Linux beginners. When you first start using the Linux terminal, it feels a bit like magic. You type ls, and files appear. You type whoami, and your username p...Jan 30·3 min read
shahrukh-khan.hashnode.devLinux is Case SensitiveIf you are coming from a Windows or macOS background, one of the first things that might surprise you in Linux is how it handles letters. In the world of Linux, Case Sensitivity is a fundamental rule. In this post, I’ll break down why this matters an...Jan 30·2 min read
shahrukh-khan.hashnode.devWhat is Command in LinuxI’ve discovered that the Linux Terminal isn't a scary black box—it’s actually a superpower! If you are used to clicking icons with a mouse, switching to the command line feels like learning a new language to talk directly to your computer. 🛠 What is...Jan 27·2 min read