Quote:
Originally Posted by Stephen
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.
