<?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 MeerStory</title><link>https://meerstory.com/en/categories/linux/</link><description>Recent content in Linux on MeerStory</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 29 Aug 2026 07:24:21 +0900</lastBuildDate><atom:link href="https://meerstory.com/en/categories/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>Viewing Large Files in Linux: Comprehensive Guide to `more` vs `less` Command Differences and Practical Usage</title><link>https://meerstory.com/en/ubuntu/20260829_072317_5_more_less_more_less/</link><pubDate>Sat, 29 Aug 2026 07:24:21 +0900</pubDate><guid>https://meerstory.com/en/ubuntu/20260829_072317_5_more_less_more_less/</guid><description>&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>Learn the key differences between the &lt;code>more&lt;/code> and &lt;code>less&lt;/code> commands, which are frequently used when checking large text files or logs in the Linux terminal. By comparing the operation methods and navigation features of both commands, this guide presents the optimal file viewing method for practical work environments.&lt;/p>
&lt;h2 id="1-basics-of-the-more-command-page-by-page-text-viewing">1. Basics of the &lt;code>more&lt;/code> Command: Page-by-Page Text Viewing&lt;/h2>
&lt;p>To create a test data file for practicing the &lt;code>more&lt;/code> command, run the command &lt;code>seq 1 50 &amp;gt; sample_more.txt&lt;/code>.&lt;/p></description></item><item><title>Check Large Linux Logs in 1 Second Without Lag! Complete less Command Usage Guide</title><link>https://meerstory.com/en/ubuntu/20260829_071913_4_less_less/</link><pubDate>Sat, 29 Aug 2026 07:19:40 +0900</pubDate><guid>https://meerstory.com/en/ubuntu/20260829_071913_4_less_less/</guid><description>&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>In a Linux environment, opening large files or logs of several hundred megabytes using the &lt;code>cat&lt;/code> command can cause memory overload and terminal lag. Using the &lt;code>less&lt;/code> command allows you to view text quickly page by page and navigate efficiently without loading the entire file into memory. In this article, we will introduce practical tips for viewing long files and searching for keywords using the &lt;code>less&lt;/code> command in the Ubuntu terminal.&lt;/p></description></item><item><title>The Ultimate Guide to Linux cat Command - From Terminal File Viewing to Merging and Creation Tips!</title><link>https://meerstory.com/en/ubuntu/20260829_071443_3_cat_cat/</link><pubDate>Sat, 29 Aug 2026 07:14:59 +0900</pubDate><guid>https://meerstory.com/en/ubuntu/20260829_071443_3_cat_cat/</guid><description>&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>This guide covers everything from the basics to practical applications of the &lt;code>cat&lt;/code> command, one of the most widely used commands in Linux and Ubuntu terminals. Beyond simply displaying file contents, we introduce features such as displaying line numbers, visualizing whitespace/non-printing characters, file concatenation, and creating files using EOF (Heredoc) along with practical examples.&lt;/p>
&lt;h2 id="1-basic-usage-of-cat-command-and-instantly-viewing-text-file-contents">1. Basic Usage of cat Command and Instantly Viewing Text File Contents&lt;/h2>
&lt;p>Run the command &lt;code>echo &amp;quot;Hello Ubuntu 24.04 LTS World!&amp;quot; &amp;gt; sample.txt&lt;/code> to create a sample text file to be used for practicing the &lt;code>cat&lt;/code> command.&lt;/p></description></item><item><title>Complete Guide to Ubuntu ls Command Options - 5 Essential Tips for Neat File Listing</title><link>https://meerstory.com/en/ubuntu/20260829_071032_2_ls_ls/</link><pubDate>Sat, 29 Aug 2026 07:11:01 +0900</pubDate><guid>https://meerstory.com/en/ubuntu/20260829_071032_2_ls_ls/</guid><description>&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>This guide introduces the core options and practical usage of the &lt;code>ls&lt;/code> command, which is the most fundamental command in Linux and Ubuntu environments. Beyond simply listing file names, it covers file organization know-how that can be immediately applied in practice, including detailed file information, human-readable file sizes, hidden file viewing, and sorting techniques.&lt;/p>
&lt;h2 id="1-basic-file-list-viewing-hidden-files-and-detailed-permissions-ls--l-ls--al">1. Basic File List Viewing, Hidden Files, and Detailed Permissions (ls -l, ls -al)&lt;/h2>
&lt;p>To create and navigate to a dedicated directory for practicing &lt;code>ls&lt;/code> commands and prepare regular and hidden files, run the &lt;code>mkdir -p ~/ls_demo &amp;amp;&amp;amp; cd ~/ls_demo &amp;amp;&amp;amp; touch file1.txt file2.log .hidden_config&lt;/code> command.&lt;/p></description></item><item><title>Essential Ubuntu Command ls -al: Mastering Linux Hidden Files and Permissions!</title><link>https://meerstory.com/en/ubuntu/20260829_070614_1_ls_al_ls/</link><pubDate>Sat, 29 Aug 2026 07:06:42 +0900</pubDate><guid>https://meerstory.com/en/ubuntu/20260829_070614_1_ls_al_ls/</guid><description>&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>The most basic and important command in Linux and Ubuntu terminal environments is &lt;code>ls&lt;/code>, which displays files and directories. In this post, we will explore in detail how to use the &lt;code>ls -al&lt;/code> option to check file permissions, owners, and even hidden files starting with a dot (&lt;code>.&lt;/code>) at a glance, along with practical examples.&lt;/p>
&lt;h2 id="1-basic-usage-of-ls-and-checking-detailed-file-information-ls-ls--l">1. Basic Usage of ls and Checking Detailed File Information (ls, ls -l)&lt;/h2>
&lt;p>Run the command &lt;code>mkdir -p ~/ls_demo &amp;amp;&amp;amp; cd ~/ls_demo&lt;/code> to create and move into a dedicated workspace for practicing the &lt;code>ls&lt;/code> command.&lt;/p></description></item></channel></rss>