About 30,900 results
Open links in new tab
  1. Find Command in Linux (Find Files and Directories) | Linuxize

    Jan 21, 2026 · Learn how to use the Linux find command to locate files and directories by name, type, size, and time.

  2. Find Command in Linux - GeeksforGeeks

    Dec 27, 2025 · The find command in Linux is used to search for files and directories based on name, type, size, date, or other conditions. It scans the specified directory and its sub directories to locate …

  3. find (1) - Linux manual page - man7.org

    When find examines or prints information about files, the information used shall be taken from the properties of the symbolic link itself. The only exception to this behaviour is when a file specified on …

  4. How to Use the find Command in Linux - How-To Geek

    Sep 11, 2023 · The Linux find command is a powerful tool for searching for files and directories with various criteria, such as file types or ownership. By using the find command with xargs, you can pass …

  5. 15 Super Useful Examples of Find Command in Linux

    May 2, 2025 · Learn the super powerful and super useful find command with these practical examples.

  6. Linux find Command: Syntax, Options, Examples - phoenixNAP

    Dec 10, 2025 · Learn how to use the Linux find command to locate files and directories with various options and examples.

  7. 10 ways to use the Linux find command - Enable Sysadmin

    Oct 7, 2022 · As its name implies, find helps you find things, and not just by filename. Whether you're on your own computer or trying to support someone on an unfamiliar system, here are 10 ways find can …

  8. 35 Practical Examples of Linux Find Command - Tecmint

    Jul 19, 2023 · In this article, we will present you with 35 of the most commonly used examples of Find Commands in Linux. We have divided this section into five parts, covering the usage of the find …

  9. Guide to the Linux find Command - Baeldung

    Aug 11, 2025 · In this tutorial, we’ve seen how to use the Linux find command. By using a combination of expressions and boolean logic, the find command can help us locate files and directories efficiently.

  10. Mastering the `find` Command in Linux: A Comprehensive Guide

    Nov 14, 2025 · The find command in Linux is used to search for files and directories within a specified directory tree. It works by traversing the directory hierarchy starting from a given root directory and …