![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| script to locate servers | ibroxy | Shell Programming and Scripting | 5 | 05-30-2008 03:54 AM |
| Equivalent to locate | Russell | SUN Solaris | 5 | 10-05-2006 05:10 PM |
| not able to locate SSH | bishweshwar | UNIX for Dummies Questions & Answers | 5 | 09-11-2006 01:14 PM |
| Cant locate CGI/Cookie.pm | naik_mit | Linux | 1 | 05-27-2005 12:51 AM |
| Difference between locate and find | camerja1 | UNIX for Dummies Questions & Answers | 1 | 06-25-2002 01:55 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
I am aware of the command locate/slocate. But when I try to search the file which is located in /tmp. Its not able to get it. I tried by updating the database also with the command updatedb. Is there any consern that the command 'locate' dont check /tmp??? And I knew that locate is the short name for slocate.But in my box (RHEL5) slocate command is not working. Please clear my doubts. Thanks in advance. |
|
||||
|
You can also specify the directory in which you want to look for, cause if you specify only / it look up in the whole system.
Code:
find /tmp -name filename Last edited by agasamapetilon; 08-26-2008 at 04:02 PM.. |
| Sponsored Links | ||
|
|