Slocate?

2004-06-21 Thread Jon Adams
Okay, I am a relative FreeBSD newbie, my main question is
Is there a tool similar to Linux secure locate (slocate) that can be 
used on FreeBSD. I dont want to do a complicated find with
50 million options to find a file.  I downloaded the slocate-2.7 source 
and I get a weird makefile error I have never seen before.

--
Jonathan Keirre Adams
PhD Candidate, Computer Information Systems
Graduate School of Computer and Information Sciences
Nova Southeastern University

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Slocate?

2004-06-21 Thread Matthew Seaman
On Mon, Jun 21, 2004 at 06:24:58AM -0400, Jon Adams wrote:
 Okay, I am a relative FreeBSD newbie, my main question is
 
 Is there a tool similar to Linux secure locate (slocate) that can be 
 used on FreeBSD. I dont want to do a complicated find with
 50 million options to find a file.  I downloaded the slocate-2.7 source 
 and I get a weird makefile error I have never seen before.

locate(1) comes with the system.  By default the locate database gets
updated weekly by the /etc/periodic/weekly/310.locate script -- this
script builds the database using the 'nobody' UID, so generally files
that are not world readable will not be included.  If I remember
correctly, that's about the same as what slocate does to build it's
database of files (and what earns it that 's' title...)

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpRwz9EhjHeb.pgp
Description: PGP signature


Re: Slocate?

2004-06-21 Thread Jon Adams
Thanks for handling my (really dumb) question...  


-- Jon


Quoting Matthew Seaman [EMAIL PROTECTED]:

 On Mon, Jun 21, 2004 at 06:24:58AM -0400, Jon Adams wrote:
  Okay, I am a relative FreeBSD newbie, my main question is
  
  Is there a tool similar to Linux secure locate (slocate) that can be 
  used on FreeBSD. I dont want to do a complicated find with
  50 million options to find a file.  I downloaded the slocate-2.7 source 
  and I get a weird makefile error I have never seen before.
 
 locate(1) comes with the system.  By default the locate database gets
 updated weekly by the /etc/periodic/weekly/310.locate script -- this
 script builds the database using the 'nobody' UID, so generally files
 that are not world readable will not be included.  If I remember
 correctly, that's about the same as what slocate does to build it's
 database of files (and what earns it that 's' title...)
 
   Cheers,
 
   Matthew
 
 -- 
 Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
   Savill Way
 PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
 Tel: +44 1628 476614  Bucks., SL7 1TH UK
 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]