From owner-freebsd-questions@FreeBSD.ORG Mon Nov 20 14:07:37 2006 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 1789616A4D2 for ; Mon, 20 Nov 2006 14:07:37 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2B6B43F26 for ; Mon, 20 Nov 2006 14:03:30 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: by wr-out-0506.google.com with SMTP id i20so286783wra for ; Mon, 20 Nov 2006 06:03:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=RyxIqKWpP2XyPCp0hIh+BP1H6oVsxNaz7kYrz6pS38IvH/qwLzsXqDBKghxMiSahtwEl1sXuMkrRjHYspiLKgWGuRRctu8zUM3jiEJcCwTp7lXoYI3N+8LCYoELfd3Qq+wOYx8lCYW/r69T/Ubx0sBYuPGwpiv0WwDPwGa04hAE= Received: by 10.90.25.7 with SMTP id 7mr3236471agy.1164031418016; Mon, 20 Nov 2006 06:03:38 -0800 (PST) Received: from ?192.168.1.20? ( [75.7.74.134]) by mx.google.com with ESMTP id e1sm6472598nzd.2006.11.20.06.03.37; Mon, 20 Nov 2006 06:03:37 -0800 (PST) From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Mon, 20 Nov 2006 08:02:39 -0600 User-Agent: KMail/1.9.4 References: <20061120115035.91895.qmail@web57815.mail.re3.yahoo.com> In-Reply-To: <20061120115035.91895.qmail@web57815.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611200802.39953.duncan.fbsd@gmail.com> Cc: Rachel Florentine Subject: Re: Translate This Command? 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: Mon, 20 Nov 2006 14:07:37 -0000 On Monday 20 November 2006 05:50, Rachel Florentine wrote: > Hi; > I'm reading a how-to and it tells me to issue this command: > > chown -R alias.qmail ~alias/rejoice > > But that errors. What's the BSD translation? > TIA, > Rachel > > > It means, depending on what the error is, that you don't have alias.qmail in /etc/passwd, or you don't have ~alias/rejoice. That command won't work until you correct what's missing. Don