About 882,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 Use Find and Locate to Search for Files on Linux

    Nov 10, 2021 · One problem users run into when first learning how to work with Linux is how to find the files they are looking for. This guide will cover how to use the aptly named find …

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

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

    Feb 24, 2025 · This wikiHow article will teach you how to use the find command in Linux to find any file, from files you downloaded to configuration files. You can use asterisks as wildcards if …

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

  6. Linux fd Command: 10 Terminal File Search Methods - How-To …

    Sep 18, 2025 · It has many options to support a wide range of use cases, making it easy to find any type of file, regardless of your requirements. The following examples showcase fd’s broad …

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

  8. How to Search Files Effectively in the Linux Terminal

    Feb 9, 2023 · In this article, you learned how to search files effectively using your Linux terminal. These are very basic options in the find command that I think every developer should know.

  9. Mastering File Search in the Linux Terminal - linuxvox.com

    Aug 5, 2025 · In this blog post, we'll explore the fundamental concepts, usage methods, common practices, and best practices for searching files in the Linux terminal.

  10. 4 ways to search files in Linux - howtouselinux

    Oct 9, 2025 · In this blog post, we will discuss four different ways to search for files in Linux: find, grep, locate, and whereis. We will also give some tips on how to use each one.