View Single Post
  #3 (permalink)  
Old 01-01-07, 04:22
BodShane's Avatar
BodShane BodShane is offline
Chief Operating Officer
 
Join Date: Dec 2006
Posts: 1,087
Send a message via AIM to BodShane Send a message via MSN to BodShane
Default

Quote:
Originally Posted by Stephen View Post
How do I find my site or site id in the list of hundreds or thousands on a linux server?
Well, you could so that in a Graphical mode,however as far as text modes are concerned in order to Search Locations of files/directories accross the entire file system.

You could use the following commands -

find/ -name appname -typr d -xdev

appname stands for file name or application.

Hope this helps.
Reply With Quote