Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 27, 2025 · Operations

Comprehensive Guide to Linux File Search Commands

This article explains how to locate files and commands on a Linux system using utilities such as which, whereis, locate (with updatedb), and find with a wide range of options like -name, -size, -user, -perm, -type, -time, -inum, logical operators, and -exec, providing concrete command examples for each scenario.

command-linefile-searchfind
0 likes · 11 min read
Comprehensive Guide to Linux File Search Commands
Liangxu Linux
Liangxu Linux
May 31, 2023 · Fundamentals

Master Linux: When to Use which, whereis, and whatis Commands

This guide explains the differences between the Linux commands which, whereis, and whatis, showing how each searches for executables, related files, or provides brief descriptions, and includes practical examples to help users locate and understand command-line tools efficiently.

Command LineLinuxwhatis
0 likes · 3 min read
Master Linux: When to Use which, whereis, and whatis Commands
Liangxu Linux
Liangxu Linux
Mar 12, 2022 · Operations

Master Linux File Search: Using which, whereis, locate, and find

This guide explains how to locate commands and files on Linux systems using the which, whereis, locate, and find utilities, covering syntax, common options, wildcard patterns, size filters, ownership checks, time criteria, logical operators, and the -exec action for batch processing.

System Administrationfile searchfind
0 likes · 10 min read
Master Linux File Search: Using which, whereis, locate, and find
Liangxu Linux
Liangxu Linux
Jun 16, 2020 · Operations

Master Linux File Search: find, locate, which, and whereis Explained

This guide introduces the essential Linux file‑search utilities—find, locate, which, and whereis—explaining their core syntax, speed trade‑offs, database dependencies, and useful options so you can quickly locate scripts, executables, source files, and manuals on any system.

command-linefile-searchfind
0 likes · 6 min read
Master Linux File Search: find, locate, which, and whereis Explained
ITPUB
ITPUB
Nov 7, 2016 · Operations

Master Linux File Search: Find, Locate, Whereis, Which, and Type Explained

This guide explains how to use Linux's primary file‑search utilities—find, locate, whereis, which, and type—detailing their syntax, options, and practical examples, while highlighting differences such as database reliance, PATH searching, and builtin versus external command identification.

file searchfindlocate
0 likes · 5 min read
Master Linux File Search: Find, Locate, Whereis, Which, and Type Explained