SShahrukhinshahrukh-khan.hashnode.dev路Feb 12 路 2 min readOS 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...00
SShahrukhinshahrukh-khan.hashnode.dev路Feb 12 路 2 min readWhat 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...00
SShahrukhinshahrukh-khan.hashnode.dev路Jan 30 路 3 min readLinux 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...00
SShahrukhinshahrukh-khan.hashnode.dev路Jan 30 路 2 min readLinux 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鈥檒l break down why this matters an...00
SShahrukhinshahrukh-khan.hashnode.dev路Jan 27 路 2 min readWhat is Command in LinuxI鈥檝e discovered that the Linux Terminal isn't a scary black box鈥攊t鈥檚 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...00