The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
awk command to find the count of files ina directory sish78 Shell Programming and Scripting 11 07-19-2007 05:00 AM
can't find named.conf to configuration DNS nghia77 UNIX for Dummies Questions & Answers 1 04-04-2006 09:22 AM
Help with find command on a shortcut directory(Alias)??? swamy455 UNIX for Dummies Questions & Answers 2 07-07-2005 10:32 AM
how to find a file in UNIX without find command? bluo Shell Programming and Scripting 3 09-24-2003 08:47 PM
using find command only in current directory jliebling UNIX for Dummies Questions & Answers 5 02-22-2001 06:00 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-25-2006
Registered User
 

Join Date: Jun 2006
Posts: 10
Stumble this Post!
how to find a file named vijay in a directory using find command

I need to find whether there is a file named vijay is there or not in folder named "opt" .I tried "ls *|grep vijay" but it showed permission problem.

so i need to use find command
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 10-25-2006
Glenn Arndt's Avatar
Anomalous Lurker
 

Join Date: Feb 2006
Location: Indianapolis, IN
Posts: 255
Stumble this Post!
A simple "man find" would help you.
Code:
find /opt -name vijay
Reply With Quote
  #3 (permalink)  
Old 10-25-2006
Registered User
 

Join Date: Jun 2006
Posts: 10
Stumble this Post!
i tried this .. it just hangs up
Reply With Quote
  #4 (permalink)  
Old 10-25-2006
Glenn Arndt's Avatar
Anomalous Lurker
 

Join Date: Feb 2006
Location: Indianapolis, IN
Posts: 255
Stumble this Post!
Do you have the appropriate read/execute permissions in that directory and/or on the file(s) that you seek?
Reply With Quote
  #5 (permalink)  
Old 10-25-2006
Perderabo's Avatar
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,446
Stumble this Post!
Actually "hangs up" usually means "did not respond as fast as I would like". It could be that /opt is very large and/or is a slow filesystem.
Reply With Quote
  #6 (permalink)  
Old 10-25-2006
Registered User
 

Join Date: Oct 2006
Location: NewYork
Posts: 21
Stumble this Post!
Might be.. but in anycase, the result shd come fast.
Try searching the file in the opt folder first and see how much time
it is taking .
Command: ls -l vijay

If you are able to get the folder then come back to the parent folder
and give the follwing command
find opt/ -name vijay

If it taking the same amount of time, then as you said it might be
the overhead if not there is a problem of permission.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 03:27 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0