<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
There are two things you can do.<BR>
<BR>
1. install the updatedb package<BR>
&nbsp;&nbsp;&nbsp; That will give you the same functionality as on RH<BR>
<BR>
2. use command line tools, although not as quick as the<BR>
&nbsp;&nbsp;&nbsp; updatedb (because updatedb keeps the data in a data file)<BR>
<BR>
a typical command line string would be:<BR>
<BR>
sudo find / -name &lt;filename&gt; -print<BR>
<BR>
on linux the -print is optional, I tend to put it in there as other<BR>
Unix variants do not automatically use the -print option.<BR>
You can also use wildcards in the &lt;filename&gt;, and also double-quotes<BR>
for special circumstances.<BR>
<BR>
sudo find / -name &quot;some file*&quot; -print<BR>
<BR>
use: man find<BR>
to get more information. The find command is VERY powerful and<BR>
can do much more than just print out the full path of the file it finds!<BR>
<BR>
Kevin Lane<BR>
<BR>
On Thu, 2004-04-15 at 14:31, Mike Staver wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>I have a few more command based SuSE questions.  Again, I'm working with 
9.0 and on RedHat, the following commands work great:

updatedb
locate somefile
/usr/bin/rdate -s time.nist.gov

Without my ability to search using locate, or slocate, I have no idea 
how I'm supposed to search the file system for files I'm looking for.  I 
also can't seem to locate the rdate command, which I found to be very 
handy with Red Hat to get my servers all synced up at the same time. 
Does anyone who uses SuSE know what the equivalents would be? Most of 
the documentation for SuSE I have found on line is in German, and that 
doesn't do a lot for me.</I></FONT></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>