Make this your Homepage
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   03-25-2004, 01:51 PM
HD Addict
 
Join Date: Feb 2004
Posts: 348

Status: RobAPI is offline
Hey
Could someone help me find a folder when using SSH please?
I know how to find a file but not sure how I can find a folder

Thank you
__________________
Robert
 
 
 


Old
  Post #2 (permalink)   03-25-2004, 05:33 PM
HD Master
 
Join Date: Oct 2003
Posts: 577

Status: Francisco is offline
Hmm, what's the folder called?

Try

locate

Example:

locate matrix

folder name is matrix.

Regards
 
 
 


Old
  Post #3 (permalink)   03-26-2004, 11:47 AM
HD Addict
 
Join Date: Nov 2003
Location: Chicago, IL
Posts: 400

Status: imported_maxhest is offline
Neat, Now I will do that.. ! Thanks!
__________________
Max
www.moon-hosting.com
Premium Linux Hosting :tux:
A MoonInteractive Company
 
 
 


Old
  Post #4 (permalink)   03-28-2004, 06:22 AM
Leo
HD Amateur
 
Join Date: Mar 2004
Posts: 64

Status: Leo is offline
I thought locate only found files?
 
 
 


Old
  Post #5 (permalink)   03-30-2004, 01:23 PM
HD Amateur
 
Join Date: Jan 2004
Posts: 54

Status: vpscolo is offline
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
 
 
 


Old
  Post #6 (permalink)   03-30-2004, 04:50 PM
HD Addict
 
Join Date: Mar 2004
Location: Stanwood, WA
Posts: 294

Status: FatalSw1tch is offline
there is always the following.

whereis fileorfoldernamehere :-P
 
 
 


Old
  Post #7 (permalink)   03-30-2004, 11:12 PM
HD Amateur
 
Join Date: Jan 2004
Posts: 108

Status: imported_Alex is offline
Quote:
Originally posted by MaTriX
Hmm, what's the folder called?

Try

locate

Example:

locate matrix

folder name is matrix.

Regards
Thanks Matrix,

See, you still learn something new every day.
 
 
 


Old
  Post #8 (permalink)   04-02-2004, 08:47 AM
HD Addict
 
Join Date: Feb 2004
Posts: 348

Status: RobAPI is offline
Thanks to everyone that tried to help me
__________________
Robert
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On