From owner-freebsd-questions@FreeBSD.ORG Fri Apr 6 00:26:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43C5A16A404 for ; Fri, 6 Apr 2007 00:26:12 +0000 (UTC) (envelope-from rjhjr@cox.net) Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by mx1.freebsd.org (Postfix) with ESMTP id CDD6A13C46E for ; Fri, 6 Apr 2007 00:26:11 +0000 (UTC) (envelope-from rjhjr@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao101.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070406002611.HGL23423.eastrmmtao101.cox.net@eastrmimpo01.cox.net> for ; Thu, 5 Apr 2007 20:26:11 -0400 Received: from localhost ([68.230.186.138]) by eastrmimpo01.cox.net with bizsmtp id jcSA1W00W2zbV0s0000000; Thu, 05 Apr 2007 20:26:10 -0400 Date: Thu, 5 Apr 2007 20:26:11 -0400 From: Bob Hall To: freebsd-questions@freebsd.org Message-ID: <20070406002610.GA15366@kongemord.krig.net> Mail-Followup-To: Bob Hall , freebsd-questions@freebsd.org References: <7d4f41f50704050142v9c73a17tb1812f218ea4416@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7d4f41f50704050142v9c73a17tb1812f218ea4416@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Should sudo be used? 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: Fri, 06 Apr 2007 00:26:12 -0000 On Thu, Apr 05, 2007 at 10:42:27AM +0200, Victor Engmark wrote: > Hi all, > > I thought it would be a good idea to use sudo on my FreeBSD laptop, but I'm > having doubts after checking the handbook (it's not mentioned at all) and > Google (most of the articles were obscure and / or old). > > Are you using sudo? If not, why? I administer a tiny LAN. Usually, I'm the only one fooling with the servers (IMAP, file sharing for classic Mac & Windows, routing, Internet access, other lesser things). However, it's nice to go on vacation occasionally. I have a small number of accounts, each of which uses sudo to give the account the rights necessary to administer one part of the overall system. I can pass off the mail duties to someone else, and know that the worst damage they can do is limited to the mail system, and restricted by the rights granted via sudo. As long as the firewall and other security measures are in place, my biggest concern is clumsy fingers. Sudo limits the harm that can occur and backups ensure recovery. Bob Hall