Tagged articles
32 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 8, 2026 · Operations

7 Essential Find Command Techniques Every Linux User Should Master

This article walks through seven practical uses of the Linux find command—including name/regex searches, type filtering, timestamp, size, permission, ownership queries, and executing actions—while illustrating each with concrete examples and explaining interview‑style scenarios.

File SearchLinuxShell scripting
0 likes · 8 min read
7 Essential Find Command Techniques Every Linux User Should Master
Raymond Ops
Raymond Ops
Aug 25, 2025 · Operations

Master Linux ‘find’: 7 Powerful Uses Every Dev Should Know

This article explains why the Linux find command is essential for developers, walks through a common interview problem of deleting year‑old log files, and details seven practical find usages—including name/regex search, type filtering, timestamps, size, permissions, ownership, and executing commands on matches.

File SearchShell scriptingSystem Administration
0 likes · 7 min read
Master Linux ‘find’: 7 Powerful Uses Every Dev Should Know
Raymond Ops
Raymond Ops
Jul 4, 2025 · Operations

Master Linux File Search: Powerful find Command Techniques

This guide explains how to use the Linux find command for locating files by name, size, type, time, owner, permissions, and more, covering basic syntax, common options, logical expressions, actions such as printing, deleting, executing commands, and practical exercises for mastering file search.

File SearchLinuxShell scripting
0 likes · 15 min read
Master Linux File Search: Powerful find Command Techniques
Code Mala Tang
Code Mala Tang
Jul 1, 2025 · Operations

Master Linux File Searches: Powerful Find Command Techniques

This guide explores the versatile Linux find command, demonstrating how to locate files and directories by modification time, size, name patterns, and depth, while showing practical examples, useful flags, and advanced tricks such as combining criteria, excluding mounts, and executing actions on matches.

File SearchLinuxShell scripting
0 likes · 6 min read
Master Linux File Searches: Powerful Find Command Techniques
Efficient Ops
Efficient Ops
May 5, 2025 · Operations

Mastering Linux Find: 8 Powerful Use Cases for System Operations

This article explains why the Linux find command is essential for administrators, walks through a common interview question about deleting year‑old log files, and then presents eight practical find usages—including name patterns, file types, timestamps, size, permissions, ownership, execution actions, and directory searches—complete with ready‑to‑run code examples.

File SearchLinuxShell
0 likes · 8 min read
Mastering Linux Find: 8 Powerful Use Cases for System Operations
Open Source Linux
Open Source Linux
Feb 7, 2025 · Fundamentals

Master Linux File Search: Powerful find Command Techniques & Examples

This article provides a comprehensive guide to the Linux find command, covering its basic syntax, common options for searching by name, size, type, time, owner, and permissions, as well as actions, logical operators, xargs integration, and practical exercises for mastering file searching.

File SearchShell scriptingcommand-line
0 likes · 14 min read
Master Linux File Search: Powerful find Command Techniques & Examples
Efficient Ops
Efficient Ops
May 27, 2024 · Operations

Master Linux Find: 8 Powerful Ways to Locate and Manage Files

This article explains why the Linux find command is essential for operations, walks through an interview question about deleting year‑old logs, and then details eight practical find usages—including name patterns, file types, timestamps, sizes, permissions, ownership, executing actions, and directory searches—complete with example commands.

File SearchLinuxfind command
0 likes · 8 min read
Master Linux Find: 8 Powerful Ways to Locate and Manage Files
Liangxu Linux
Liangxu Linux
Jul 10, 2023 · Operations

Mastering Linux find: 7 Powerful Ways to Locate and Manage Files

Learn how to harness the Linux find command with seven practical examples—including searching by name, type, timestamps, size, permissions, ownership, and executing actions—so you can efficiently locate and manage files, solve common interview questions, and automate system tasks.

File SearchLinuxSysadmin
0 likes · 7 min read
Mastering Linux find: 7 Powerful Ways to Locate and Manage Files
Open Source Linux
Open Source Linux
Oct 17, 2022 · Operations

Mastering the Linux find Command: 7 Powerful Use Cases for Devs

This article explains why the Linux find command is essential for backend developers and interviewees, demonstrates how to delete log files older than a year, and walks through seven practical find usages—including name patterns, file types, timestamps, size, permissions, ownership, and executing actions on matched files.

LinuxShell scriptingSystem Administration
0 likes · 9 min read
Mastering the Linux find Command: 7 Powerful Use Cases for Devs
Efficient Ops
Efficient Ops
Jul 11, 2022 · Operations

Master the Linux find Command: 7 Powerful Ways to Locate and Manage Files

This article explains the essential Linux find command, walks through a common interview problem of deleting log files older than a year, and demonstrates seven practical usages—including searching by name, type, timestamps, size, permissions, ownership, and executing actions on matched files—complete with clear code examples.

File Searchfind command
0 likes · 7 min read
Master the Linux find Command: 7 Powerful Ways to Locate and Manage Files
Open Source Linux
Open Source Linux
Jun 13, 2022 · Operations

Master the Linux ‘find’ Command: 7 Real‑World Uses & Interview Solution

This article explains why the Linux find command is essential for backend and operations engineers, walks through a common interview question about deleting year‑old log files, and then details seven practical find usages—including searching by name, type, timestamps, size, permissions, ownership, and executing commands on matches.

LinuxShell scriptingfile management
0 likes · 7 min read
Master the Linux ‘find’ Command: 7 Real‑World Uses & Interview Solution
DevOps Cloud Academy
DevOps Cloud Academy
Mar 13, 2022 · Operations

7 Practical Uses of the Linux find Command

This article explains seven real‑world applications of the Linux find command, covering file name patterns, type filtering, timestamps, size, permissions, ownership, and executing actions on matched files, with clear examples for system administrators and developers.

File SearchLinuxSysadmin
0 likes · 7 min read
7 Practical Uses of the Linux find Command
MaGe Linux Operations
MaGe Linux Operations
Jan 9, 2022 · Operations

How to Quickly Identify Disk Space Hogs on Linux Servers

Learn step-by-step methods to locate large directories and files consuming disk space on Linux servers, using commands like df, du, find, and lsof, plus tips for handling deleted files and adjusting reserved space with tune2fs to reclaim lost storage.

du commandfind commandlsof
0 likes · 4 min read
How to Quickly Identify Disk Space Hogs on Linux Servers
Liangxu Linux
Liangxu Linux
May 27, 2020 · Operations

Three Quick Ways to Run All Scripts in a Directory on Linux

Learn how to efficiently execute every script in a folder using three distinct Linux techniques—run-parts with regex filtering, the versatile find command with -exec, and a simple for loop—while avoiding common pitfalls and ensuring safe execution.

BashShell scriptingfind command
0 likes · 5 min read
Three Quick Ways to Run All Scripts in a Directory on Linux
MaGe Linux Operations
MaGe Linux Operations
Jan 22, 2020 · Operations

35 Essential Linux Find Command Tricks You Must Master

This tutorial presents 35 practical examples of the Linux find command, organized into five sections covering name‑based searches, permission filters, owner/group criteria, date/time ranges, and file size conditions, each illustrated with clear command syntax and screenshots.

File Searchfind command
0 likes · 9 min read
35 Essential Linux Find Command Tricks You Must Master
Liangxu Linux
Liangxu Linux
Jan 2, 2020 · Operations

Master Linux File Searches: Powerful find Command Techniques

This guide walks you through the Linux find command, covering essential options for locating directories, hidden files, size‑based matches, recent modifications, permission‑restricted items, and more, while also comparing find with locate and showing how to limit CPU and I/O impact.

Shell scriptingSystem Administrationfind command
0 likes · 14 min read
Master Linux File Searches: Powerful find Command Techniques
MaGe Linux Operations
MaGe Linux Operations
Mar 12, 2019 · Operations

35 Essential Linux Find Command Tricks You Must Master

This guide walks you through 35 practical examples of the Linux find command, covering name‑based searches, permission filters, owner/group criteria, date ranges, size limits, and deletion techniques, helping sysadmins efficiently locate and manage files and directories.

File SearchLinuxSysadmin
0 likes · 9 min read
35 Essential Linux Find Command Tricks You Must Master
MaGe Linux Operations
MaGe Linux Operations
Feb 21, 2019 · Operations

35 Essential Linux ‘find’ Command Tricks You Must Master

This guide walks you through 35 practical examples of the Linux find command, covering name searches, permission filters, owner/group queries, date‑based queries, and size‑based searches, each illustrated with clear explanations and screenshots to help sysadmins and developers locate files efficiently.

File SearchLinuxShell scripting
0 likes · 9 min read
35 Essential Linux ‘find’ Command Tricks You Must Master
MaGe Linux Operations
MaGe Linux Operations
Sep 12, 2018 · Operations

35 Essential Linux Find Command Examples Every Sysadmin Should Know

Discover 35 practical Linux find command examples covering name, permission, owner/group, date, and size based searches, complete with step‑by‑step illustrations, enabling you to locate, filter, and manage files and directories efficiently in everyday system administration tasks.

File SearchLinuxSystem Administration
0 likes · 11 min read
35 Essential Linux Find Command Examples Every Sysadmin Should Know
ITPUB
ITPUB
Apr 2, 2018 · Operations

Mastering Linux ‘find’: Powerful File Search Techniques and Examples

This guide explains the essential syntax of the Linux find command and demonstrates how to locate files by name, pattern, path, type, depth, size, timestamps, permissions, ownership, and how to execute actions on matched files, with clear examples for each use case.

File SearchLinuxShell scripting
0 likes · 7 min read
Mastering Linux ‘find’: Powerful File Search Techniques and Examples
ITPUB
ITPUB
May 30, 2017 · Operations

Mastering Linux ‘find’: Essential Commands for File Search and Management

This guide explains how to use the Linux find command to locate files and directories by name, type, permissions, owners, timestamps, size, and more, while showing practical examples of depth control, exclusion, combined criteria, and advanced actions such as listing and deleting results.

File SearchSysadminfind command
0 likes · 12 min read
Mastering Linux ‘find’: Essential Commands for File Search and Management