From owner-freebsd-questions@FreeBSD.ORG Wed Sep 27 14:55:20 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09EC616A575 for ; Wed, 27 Sep 2006 14:55:19 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08CCF43D4C for ; Wed, 27 Sep 2006 14:55:18 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 42F4E5F15; Wed, 27 Sep 2006 10:55:18 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4o7wgvzheBMI; Wed, 27 Sep 2006 10:55:14 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-96-195.ny325.east.verizon.net [68.161.96.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 1F46A5F04; Wed, 27 Sep 2006 10:55:14 -0400 (EDT) Message-ID: <451A90D0.4050904@mac.com> Date: Wed, 27 Sep 2006 10:55:12 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Jim Borland References: <41CAF31DAF5DBD4093DBD271E46C0E8704D195@msl01.msl.local> In-Reply-To: <41CAF31DAF5DBD4093DBD271E46C0E8704D195@msl01.msl.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Systems Administration Tool X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2006 14:55:20 -0000 Jim Borland wrote: > Hi, > Is there any kind of systems administration tool on freebsd to enable > the configuration of such things as printers and users? Certainly. You can run sysinstall again and do "post-installation configuration" with that tool, or you can run adduser or other tools directly. > Is there a graphical user interface? Yes-- some people like webmin, for example. -- -Chuck