where is my adduser.conf file ?

2006-09-04 Thread azhar freebsd

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]


Re: where is my adduser.conf file ?

2006-09-04 Thread Frank Staals

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]


RE: where is my adduser.conf file ?

2006-09-04 Thread Bob
Its in /etc
But if I remember correctly you have to run adduser one time  to select
default values and create the default conf file.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of azhar freebsd
Sent: Monday, September 04, 2006 12:04 PM
To: freebsd-questions@freebsd.org
Subject: where is my adduser.conf file ?

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]

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