Does anyone know how to find a file in solaris? Specifically I'm looking for 'make' as it seems to not be in my very limited $PATH. I thought 'locate' would do it but I think that my just be a linux thing. Thanks.
Hi,
it is just like NavinB have suggested,
what u need to do is cd to /(cd /)
than issue this command
find / -name *filename* -print | more
that will help if so many files.
it's not necessary to cd first,
and when issuing the command as a non-root-user you probably will get lots of "read-permission-denied" messages, besides the fact that your system will slow down so that you and possible other users might decide to get the next cup a coffee..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.