How Do You Search File Names In Linux
- Forums
- Tutorial and Guides
- How Do You Search File Names In Linux
if you are a webune customer and have a linux dedicated server with us, you most likely are visiting this post because you want to know how you can look for or search for files in your linux system. [761], Last Updated: Mon Jun 24, 2024
Webune Support
Mon Apr 19, 2010
0 Comments
424 Visits
if you are a Webune customer and have a linux dedicated server with us, you most likely are visiting this post because you want to know how you can look for or search for files in your linux system.
the command to use for searching files in your linux server is very simple just execute this command
for example, i want to look for a file called: webuneTutorials.txt
you would just send this command in you shell
# find / -name webuneTutorials.txt
thats it