User Tools

Site Tools


wiki:finding_files

This is an old revision of the document!


Table of Contents

Finding Files

Apr 2020


Overview


One thing I have always struggled with is finding things in CentOS. So here I am going to put a few examples, and over time hopefully add some more.


Examples

To find a file, use: find / -file “install.sh”

In the above example, the “/” is root, so find will look in root and all of its subfolders for a file called “install.sh”.

wiki/finding_files.1588179469.txt.gz · Last modified: (external edit)