About 660,000 results
Open links in new tab
  1. Find Command in Linux with Examples - GeeksforGeeks

    Nov 4, 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 …

  2. Find Command in Linux (Find Files and Directories) | Linuxize

    Nov 19, 2020 · You can use the find command to search for files and directories based on their permissions, type, date, ownership, size, and more. It can also be combined with other tools …

  3. 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, …

  4. 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 …

  5. 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 …

  6. 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 …

  7. Using the find command in Linux with examples

    Jul 29, 2024 · The find command is part of findutils which includes essential directory searching utilities for Linux and Unix-like operating systems. It allows for varied search criteria, formatted …

  8. 40 Best Examples of Find command in Linux - Geekflare

    Dec 23, 2024 · The Linux find command is a powerful tool that enables system administrators to locate and manage files and directories based on a wide range of search criteria.

  9. Mastering the `find` Command in Linux - linuxvox.com

    Jul 24, 2025 · In the vast landscape of Linux command-line utilities, the `find` command stands out as a powerful and versatile tool for searching files and directories. Whether you're a …

  10. How to Search Files and Folders in Linux Using the find Command

    Oct 1, 2025 · Master the Linux find command to locate files and directories by name, type, date, size, and permissions. Explore concise examples and tips for efficient searching.