From owner-freebsd-questions Thu Oct 3 08:06:46 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01830 for questions-outgoing; Thu, 3 Oct 1996 08:06:46 -0700 (PDT) Received: from sci.brooklyn.cuny.edu (eastham.sci.brooklyn.cuny.edu [146.245.1.21]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA01825 for ; Thu, 3 Oct 1996 08:06:43 -0700 (PDT) Received: from robeson.sci.brooklyn.cuny.edu by sci.brooklyn.cuny.edu (4.1/SMI-4.1a) id AA01294; Thu, 3 Oct 96 10:17:52 EDT Received: by robeson.sci.brooklyn.cuny.edu (SMI-8.6/SMI-SVR4) id KAA05306; Thu, 3 Oct 1996 10:15:52 -0400 Date: Thu, 3 Oct 1996 10:15:52 -0400 Message-Id: <199610031415.KAA05306@robeson.sci.brooklyn.cuny.edu> From: Dayton Clark To: ve2wnf@ican.net Cc: questions@freebsd.org In-Reply-To: <3.0b16.32.19961002213236.006b12c0@ican.net> (message from Andre Champagne on Wed, 02 Oct 1996 21:32:39 -0400) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk <.> X-Sender: ve2wnf@ican.net <.> Date: Wed, 02 Oct 1996 21:32:39 -0400 ... <.> <.> Hello, <.> This might look stupid but I just installed FREEBSD 2.1 on my <.> machine and it ask me a logon and password prompt. When I installed it I <.> didn't gave any logon name and didn't select any password. Is there a way <.> to override this or will I have to re-install everything. Sorry for the <.> question I'm a new user of this kind of operating system and I want to <.> learn it. <.> <.> Log in with username "root", there is no password initially. Root is the username for system administration. The first thing you should do is give root a password # passwd root it will ask for the password twice. Then create an account for yourself: # adduser which is an interactive program to create new user accounts. If you are going to do the sysadm you should put yourself in the "wheel" group. Logout as root and login as yourself. Once you've done this, it is prefered that you "su" to root ($ su root) when you need to do system administration rather than logging in as root. dayton