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

    Nov 19, 2020 · To find a file by its name, use the -name option followed by the name of the file you are searching for. For example, to search for a file named document.pdf in the /home/linuxize directory, …

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

  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 find Command: Syntax, Options, Examples - phoenixNAP

    Dec 10, 2025 · 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 shows you …

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

    Aug 22, 2025 · Finding files in Linux can be tricky, especially when you need to search through thousands of files across multiple directories. However, this is achievable, using the Linux find …

  6. How To Find Files in the Linux terminal | Tom's Hardware

    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.

  7. Find Command in Linux: Master the Art of Finding Files and Directories

    Dec 8, 2025 · Whether you’re hunting for a misplaced document, cleaning up old log files, or troubleshooting by tracking down specific configurations, the find command is your Swiss Army knife. …

  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 in order. To use …

  9. Searching for files in Linux with find - Thomas-Krenn-Wiki-en

    The find tool is suitable for searching files under Linux. In this article, you will find information on which options can be used with find.

  10. Using `find` to Search for Files - Linux Bash

    This article is a comprehensive guide on using the `find` command in Linux, detailing how to efficiently locate files in the filesystem based on attributes like name, size, and type.