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