Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

File Finding in Linux

File finding in Linux refers to searching for files and directories based on different criteria such as name, type, size, modification time, and permissions. Linux provides various commands to help locate files quickly and efficiently.

Common File Finding Commands

  1. find – Searches for files based on name, size, type, date, etc.
  2. locate – Quickly finds files using a pre-built database.
  3. which – Finds the location of an executable command.
  4. whereis – Locates the binary, source, and manual pages of a command.
  5. tree – Displays files and directories in a structured format.