About 322,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 directories to locate …

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

  3. 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. The find command is used for searching for files and directories in the Linux command line. Find is …

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

    GNU find searches the directory tree rooted at each given starting-point by evaluating the given expression from left to right, according to the rules of precedence (see section OPERATORS), until …

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

    Oct 7, 2022 · Whether you're on your own computer or trying to support someone on an unfamiliar system, here are 10 ways find can help you locate important data. [ Keep your most commonly used …

  6. find Command in Linux - Online Tutorials Library

    To find a directory on Linux, the d flag is used with the type option.

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

    Aug 29, 2024 · Learn how to use the Linux find command to efficiently locate files and directories with various options and examples.

  8. Linux find command - Computer Hope

    Jun 1, 2025 · find is a fundamental and extremely powerful tool for working with the files on your linux system. It can be used on its own to locate files, or in conjunction with other programs to perform …

  9. find – search for files and directories - Unix Tutorial

    Using the -user option, you can use find command to locate all the files belonging to a certain user. In this example, I’m searching for the files which belong to a system account called rpm under the …

  10. find - Linux Command for Searching Files and Directories

    Use the -exec command ; option to execute a command on each found file. Search for files and directories based on various criteria. Find and manipulate files in the filesystem.