<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux on Hemanth Kumar Motukuri</title><link>https://hemanth7040.github.io/categories/linux/</link><description>Recent content in Linux on Hemanth Kumar Motukuri</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Hemanth Kumar Motukuri</copyright><lastBuildDate>Sun, 12 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://hemanth7040.github.io/categories/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Linux? History, Philosophy &amp; Why It Dominates the World</title><link>https://hemanth7040.github.io/posts/linux/linux-fundamentals/</link><pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate><guid>https://hemanth7040.github.io/posts/linux/linux-fundamentals/</guid><description>&lt;h2 class="relative group"&gt;What is Linux?
 &lt;div id="what-is-linux" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-is-linux" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Linux is a &lt;strong&gt;free, open-source, Unix-like operating system kernel&lt;/strong&gt; created by Linus Torvalds in 1991. At its core, the Linux kernel manages the hardware resources of a computer — CPU scheduling, memory allocation, device drivers, and I/O — and provides a foundation for software running above it.&lt;/p&gt;
&lt;p&gt;When most people say &amp;ldquo;Linux&amp;rdquo;, they mean a complete &lt;strong&gt;Linux distribution (distro)&lt;/strong&gt;: the kernel bundled with the GNU userland tools, a package manager, a shell (bash/zsh), and various software. Popular distros include:&lt;/p&gt;</description></item><item><title>Linux Commands Every DevOps Engineer Must Know</title><link>https://hemanth7040.github.io/posts/linux/linux-commands/</link><pubDate>Tue, 02 Jan 2024 00:00:00 +0000</pubDate><guid>https://hemanth7040.github.io/posts/linux/linux-commands/</guid><description>&lt;blockquote&gt;&lt;p&gt;Every command below is explained in plain English. If you are new to Linux, read the &amp;ldquo;What this does&amp;rdquo; section under each command — don&amp;rsquo;t just memorize the syntax, understand &lt;strong&gt;why&lt;/strong&gt; you are running it.&lt;/p&gt;
&lt;/blockquote&gt;&lt;hr&gt;

&lt;h2 class="relative group"&gt;How to Read Command Syntax
 &lt;div id="how-to-read-command-syntax" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#how-to-read-command-syntax" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Before we start, here is how to read the examples in this guide:&lt;/p&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;command -flag argument
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; | | |
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; | | What you operate on (a file, a name, a path)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; | Modifies how the command behaves
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;The program you are running&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;code&gt;-&lt;/code&gt; followed by a single letter is a &lt;strong&gt;short flag&lt;/strong&gt;: &lt;code&gt;-l&lt;/code&gt;, &lt;code&gt;-a&lt;/code&gt;, &lt;code&gt;-h&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--&lt;/code&gt; followed by a word is a &lt;strong&gt;long flag&lt;/strong&gt;: &lt;code&gt;--all&lt;/code&gt;, &lt;code&gt;--follow&lt;/code&gt;, &lt;code&gt;--namespace&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;You can combine short flags: &lt;code&gt;-lah&lt;/code&gt; is the same as &lt;code&gt;-l -a -h&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Words in &lt;code&gt;&amp;lt;angle brackets&amp;gt;&lt;/code&gt; are placeholders — replace them with your actual value&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;

&lt;h2 class="relative group"&gt;1. File &amp;amp; Directory Management
 &lt;div id="1-file--directory-management" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#1-file--directory-management" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;These are the commands you will use every single day. Master these first.&lt;/p&gt;</description></item></channel></rss>