Thread
:
How to find a folder through SSH
View Single Post
Post #
5
(
permalink
) 03-30-2004, 01:23 PM
vpscolo
HD Amateur
Join Date: Jan 2004
Posts: 54
Status:
One think you can do is the following. To find a filename call foo do
find / -type f -name foo
For a directory you can do
find / -type d -name foo
HTH
Rus
__________________
www.vpscolo.com
- Linux VPS Co-Locations
www.cherryhosting.net
- Hosting with everything on top
vpscolo
View Public Profile
Visit vpscolo's homepage!
Find More Posts by vpscolo