From owner-freebsd-questions Wed Dec 4 00:14:19 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA17283 for questions-outgoing; Wed, 4 Dec 1996 00:14:19 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA17278 for ; Wed, 4 Dec 1996 00:14:14 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id KAA06336; Wed, 4 Dec 1996 10:13:50 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma006334; Wed Dec 4 10:13:32 1996 Message-ID: <32A53255.6AB7@barcode.co.il> Date: Wed, 04 Dec 1996 10:12:05 +0200 From: Nadav Eiron X-Mailer: Mozilla 2.02 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: changho nam CC: questions@FreeBSD.org Subject: Re: login ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk changho nam wrote: > > Let me ask a stupid question. I installed the system successfully. > But system ask me a loign name and password. > What should I type ? > changho > > ------------------------------------------------------------ > changho nam > Dept. of aeronautical & mechanical engineering > hankuk aviation university > Tel 82-2-300-0112 > Fax 82-2-3158-2191 If you didn't chaneg the default, use the username "root" and no password. Once you're logged in, use passwd to change root's password, and adduser to add a new user for yourself. Nadav