How to Find a file by name in UNIX/Solaris/Linux? July 10, 2009 // 0 Comments To find a file in UNIX, Solaris, or Linux, you can use the ‘Find‘ command. Exampel: find / -name apache.* [...]