azhar freebsd wrote:
hi all
i am new abt freebsd .
it may be very simple problem but i am lost . help me !



[EMAIL PROTECTED]/etc# uname -a
FreeBSD mine.freebsd.org 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Wed Aug 30
13:08:32 JST 2006
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/MYGENRIC-001
i386

[EMAIL PROTECTED]/etc# whereis adduser.conf
adduser.conf:
[EMAIL PROTECTED]/etc#

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


'whereis' only looks in the ports or the location of the executable's. If you want to find a file you should use 'find' or locate. :

find / -name "whatever-you-re-looking-for"

or use locate, but before you can use locate you have to create the locate database. When you search frequently it's advisable to use locate since it's faster. Though wheter the results are acurate depends on the last time you updated your locate database so:

/usr/libexec/locate.updatedb

locate whateveryourelookingfore
locate somethingelse
locate another thing

GL and HF in FreeBSD

--
-Frank Staals


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

Reply via email to