Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2000 16:53:13 -0700 (PDT)
From:      David Daugherty <doc@wcug.wwu.edu>
To:        Tyler Spivey <tyler@wapvi.bc.ca>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: finding stuff
Message-ID:  <Pine.LNX.3.96.1000612164959.16605A-100000@sloth>
In-Reply-To: <200006122307.QAA03429@viper.wapvi.bc.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 12 Jun 2000, Tyler Spivey wrote:

> where can i find postgresql? apache? and php3?.. postgresql isn't listed in the index file.
The best way I've found for finding things in my system is to cd into /
then as root run du -a > mydir.txt. This will place a path to each file on
one line in a text file. Now, you can just 'grep postgresql mydir.txt' to
find postgresql. Mydir.txt will be a pretty big text file but it's worth
it not having to wait for the alternative of using find.

David
Software Engineer - NetManage
Work email: david.daugherty@netmanage.com
Home email: doc@wcug.wwu.edu
ICQ 21106703
Washington State Resident



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?Pine.LNX.3.96.1000612164959.16605A-100000>