Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2001 05:57:04 +0000
From:      Josh Paetzel <jpaetzel@hutchtel.net>
To:        "Peter W. Schmiedeskamp" <peter@spirit.lib.umt.edu>, Keith Spencer <bsd2000au@yahoo.com.au>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Hey!...Where did Webmin install to???
Message-ID:  <200110121059.FAA25851@ns1.hutchtel.net>
In-Reply-To: <20011010082858.A18866@slowelk.lib.umt.edu>
References:  <20011009232412.25278.qmail@web12008.mail.yahoo.com> <20011010082858.A18866@slowelk.lib.umt.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 10 October 2001 02:28 pm, Peter W. Schmiedeskamp wrote:
> On Wed, Oct 10, 2001 at 09:24:12AM +1000, Keith Spencer wrote:
> > Hi all,
> > Here is a mystery.
> > I installed webmin from 4.3 ports and ...where is it?
> > Can't see it in /usr/local
> >

Webmin is a tricky one to find.  It installs some stuff into 
/usr/local/lib/webmin.  You need to run /usr/local/lib/webmin/setup.sh to get 
it all working.



> > Q2 How can I find any file that I need to on the
> > system. I ma thick enough not to be able to understand
> > 'man find'.
> > Thanks Keith
> >

You can do:
$find / -name myfilename which will search your entire filesystem.  You can 
limit the search down to /usr or whatever as well.  A faster approach is to 
use locate.  Be sure to build the locate database if it hasn't been already:
# /etc/periodic/weekly/310.locate

Then you can do locate myfile and it will report all instances of the file.

Josh



> > http://travel.yahoo.com.au - Yahoo! Travel
> > - Got Itchy feet? Get inspired!
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
>
> pkg_info -f <pkg_name> will always give a list of the files
> installed by a package / port.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110121059.FAA25851>