About 1,080,000 results
Open links in new tab
  1. 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 …

  2. How to Find a File in Linux | Find Command - GeeksforGeeks

    Jun 5, 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 …

  3. Find Files in Linux: Command Line & GUI Methods

    Sep 22, 2025 · Discover how to efficiently find files on Linux using command line and GUI methods. Learn the 'find' and 'locate' commands for effective searches.

  4. linux - How can I recursively find all files in current and …

    Aug 17, 2016 · How can I recursively find all files in current and subfolders based on wildcard matching?

  5. How to Find a File on Linux: Search by Name, Date, and More

    Feb 24, 2025 · If you're looking for a file on your Linux system, the find command makes it easy. You can use find to search for files by name, partial name, date, modification time, size, and …

  6. Find File by Name in Linux - 7 Basic Examples - ShellHacks

    Aug 22, 2025 · This guide shows how to use the Linux find command to search files recursively by exact name, extension, regex, and more. You’ll also learn how to combine find with grep for …

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

    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.

  8. How to Find Files and Directories in Linux - Computer Hope

    Jun 1, 2025 · In Linux operating systems, the find command can search for files and directories on your computer. To proceed, select a link from the following list or go through each section …

  9. How To Find Files in the Linux terminal - Tom's Hardware

    Jun 9, 2025 · In this how-to, we’ll look at various ways of using the find command to help us find files and directories across the Linux filesystem.

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

    Aug 29, 2024 · Moreover, it allows users to locate files by name, type, size, permissions, and more, making the tool essential for file management and system administration. This tutorial …