From owner-freebsd-questions Thu Jun 19 19:31:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA04408 for questions-outgoing; Thu, 19 Jun 1997 19:31:36 -0700 (PDT) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA04402 for ; Thu, 19 Jun 1997 19:31:33 -0700 (PDT) Received: from localhost (andrsn@localhost.Stanford.EDU [127.0.0.1]) by andrsn.stanford.edu (8.8.5/8.6.12) with SMTP id TAA07378; Thu, 19 Jun 1997 19:31:28 -0700 (PDT) Date: Thu, 19 Jun 1997 19:31:28 -0700 (PDT) From: Annelise Anderson To: Marcin Pasek cc: freebsd-questions@FreeBSD.ORG Subject: Re: Remote Access In-Reply-To: <33A99E3F.1937@v-m.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 19 Jun 1997, Marcin Pasek wrote: > I have Free BSD PC based BOX. > I would like to be able to log in to my box and be able to have root > access and privlages.. > > Marcin Log in as an ordinary user; make sure the ordinary user is in the group wheel in /etc/group; and use the su command to become root (give root a password). Annelise