Tag

find command

0 views collected around this technical thread.

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.

System Administrationfile-searchfind command
0 likes · 8 min read
Mastering Linux Find: 8 Powerful Use Cases for System Operations
Efficient Ops
Efficient Ops
Aug 11, 2024 · Operations

Unlock Linux File Permissions: Master SUID, SGID, and Advanced Find Commands

This guide explains Linux permission basics, the special SUID/SGID/sticky bits, and shows how to use the powerful find command to locate files by name, timestamps, size, or exact permissions, complete with practical code examples.

PermissionsSUIDfile-search
0 likes · 7 min read
Unlock Linux File Permissions: Master SUID, SGID, and Advanced Find Commands
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.

Operationsfile-searchfind command
0 likes · 8 min read
Master Linux Find: 8 Powerful Ways to Locate and Manage Files
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.

System Administrationfile-searchfind command
0 likes · 7 min read
Master the Linux find Command: 7 Powerful Ways to Locate and Manage Files
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.

Command LineOperationsfile-search
0 likes · 7 min read
7 Practical Uses of the Linux find Command