<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Module 2 on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/</link><description>Recent content in Module 2 on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><atom:link href="http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/index.xml" rel="self" type="application/rss+xml"/><item><title>Archiving and Compression</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/008-archiving-and-compression/</link><pubDate>Thu, 03 Jul 2025 13:05:55 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/008-archiving-and-compression/</guid><description>&lt;p class="lead text-primary"&gt;
File archiving and compression are essential operations in Linux systems for efficient file management. Archiving combines multiple files and directories into a single file for easier transportation and backup, while compression reduces file sizes to save storage space and speed up file transfers. This guide covers the key commands used for archiving (tar) and compression (gzip, zip) in Linux, along with practical examples demonstrating how to create archives, compress files, and extract content from archived or compressed files.
&lt;/p&gt;</description></item><item><title>Networking Commands</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/007-networking-commands/</link><pubDate>Thu, 03 Jul 2025 12:52:05 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/007-networking-commands/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores essential Linux networking commands for system administration and troubleshooting. It covers retrieving hostname information, examining network interface configurations, testing connectivity with ping, and retrieving data from web sources using curl and wget. These commands provide the foundation for diagnosing network issues and managing network interactions in Linux environments.
&lt;/p&gt;
&lt;h2 id="examining-network-configuration"&gt;Examining Network Configuration&lt;/h2&gt;
&lt;p&gt;Linux provides several commands for examining and configuring network settings, enabling users to identify their system on the network and understand network interface details.&lt;/p&gt;</description></item><item><title>Text Files Commands</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/006-text-files-commands/</link><pubDate>Thu, 03 Jul 2025 12:49:09 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/006-text-files-commands/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores powerful Linux commands for manipulating and processing text files. It covers sorting lines with sort, removing duplicates with uniq, pattern matching with grep, extracting specific content with cut, and combining files with paste. These utilities provide a robust toolkit for text data processing, enabling efficient transformation and analysis of text-based information in Linux systems.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="sorting-text-files"&gt;Sorting Text Files&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;sort&lt;/code&gt; command is a versatile utility that arranges the lines of text files in alphanumeric order. This is particularly useful for organizing data, preparing files for further processing, and making content more readable.&lt;/p&gt;</description></item><item><title>Viewing File Contents</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/005-viewing-file-contents/</link><pubDate>Thu, 03 Jul 2025 12:41:51 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/005-viewing-file-contents/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores essential Linux commands for viewing and analyzing file contents. It covers displaying entire files with cat, navigating through large files with more, viewing specific portions with head and tail, and analyzing file statistics with wc. These commands provide flexible options for efficiently examining file content in various situations, from quick inspections to detailed analysis.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="displaying-full-file-contents"&gt;Displaying Full File Contents&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;cat&lt;/code&gt; command is one of the most fundamental tools for viewing file contents in Linux. It concatenates and displays file contents to standard output.&lt;/p&gt;</description></item><item><title>File Directory Management Command</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/004-file-directory-management-command/</link><pubDate>Wed, 02 Jul 2025 21:26:12 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/004-file-directory-management-command/</guid><description>&lt;p class="lead text-primary"&gt;
This document covers essential Linux commands for managing files and directories. It explains how to create, copy, move, and delete files and directories, set permissions, and manage file ownership. These fundamental commands provide the tools needed for effective file system management and organization in Linux environments.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="creating-files-and-directories"&gt;Creating Files and Directories&lt;/h2&gt;
&lt;p&gt;Linux provides specific commands for creating both files and directories, allowing for effective organization of the filesystem.&lt;/p&gt;
&lt;h3 id="creating-directories-with-mkdir"&gt;Creating Directories with mkdir&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;mkdir&lt;/code&gt; (make directory) command creates new directories in the filesystem. Its basic syntax is:&lt;/p&gt;</description></item><item><title>Navigation Commands</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/003-navigation-commands/</link><pubDate>Tue, 01 Jul 2025 23:22:50 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/003-navigation-commands/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores essential Linux commands for navigating the filesystem. It covers how to list directory contents with ls, navigate between directories using cd, understand the difference between relative and absolute paths, and locate files with the find command. Examples demonstrate practical applications for effective filesystem exploration.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="listing-directory-contents"&gt;Listing Directory Contents&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;ls&lt;/code&gt; (list) command is a fundamental tool for viewing the contents of directories in a Linux filesystem. By default, when executed without any arguments, &lt;code&gt;ls&lt;/code&gt; displays the files and directories within the current working directory.&lt;/p&gt;</description></item><item><title>Informational Commands</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/002-informational-commands/</link><pubDate>Tue, 01 Jul 2025 23:14:26 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/002-informational-commands/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores essential Linux informational commands used to retrieve system and user data. It covers commands for finding user details, examining operating system information, monitoring disk usage and running processes, and printing text or variables. The practical applications of each command are demonstrated with examples.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="user-information-commands"&gt;User Information Commands&lt;/h2&gt;
&lt;p&gt;Informational commands in Linux provide essential details about the system and its users. These commands are particularly useful for verifying user identity or determining which user account is running specific processes.&lt;/p&gt;</description></item><item><title>Common Shell Commands</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/001-common-shell-commands/</link><pubDate>Tue, 01 Jul 2025 23:07:38 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/001-common-shell-commands/</guid><description>&lt;p class="lead text-primary"&gt;
This document provides an overview of the Linux shell interface and essential shell commands. It explains what a shell is, introduces the Bash shell, and categorizes commands for information retrieval, file and directory management, content display, compression, networking, and system monitoring.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="understanding-the-shell"&gt;Understanding the Shell&lt;/h2&gt;
&lt;p&gt;A shell is a powerful user interface for Unix-like operating systems that interprets commands and executes programs. Beyond simply providing access to files, utilities, and applications, the shell functions as both an interactive language and a scripting language that can be used to automate tasks.&lt;/p&gt;</description></item></channel></rss>