From owner-freebsd-questions@FreeBSD.ORG Mon Nov 20 13:00:13 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 DA38D16A47B for ; Mon, 20 Nov 2006 13:00:13 +0000 (UTC) (envelope-from freebsd@orchid.homeunix.org) Received: from orchid.homeunix.org (aup166.neoplus.adsl.tpnet.pl [83.27.23.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2929443D90 for ; Mon, 20 Nov 2006 12:58:39 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from [192.168.1.66] (blackacidevil.orchid.homeunix.org [192.168.1.66]) (authenticated bits=0) by orchid.homeunix.org (8.13.6/8.13.6) with ESMTP id kAKCwkO0081315 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 20 Nov 2006 13:58:54 +0100 (CET) (envelope-from freebsd@orchid.homeunix.org) Message-ID: <4561A67E.4050009@orchid.homeunix.org> Date: Mon, 20 Nov 2006 13:58:38 +0100 From: Karol Kwiatkowski User-Agent: Thunderbird 1.5.0.8 (X11/20061110) MIME-Version: 1.0 To: Rachel Florentine References: <20061120115035.91895.qmail@web57815.mail.re3.yahoo.com> In-Reply-To: <20061120115035.91895.qmail@web57815.mail.re3.yahoo.com> X-Enigmail-Version: 0.94.1.0 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig91AC1C6A4DC94C9FA0BE026E" X-Virus-Scanned: ClamAV 0.88.6/2205/Mon Nov 20 10:07:02 2006 on orchid.homeunix.org X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: Translate This Command? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@orchid.homeunix.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 13:00:13 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig91AC1C6A4DC94C9FA0BE026E Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable On 20/11/2006 12:50, Rachel Florentine wrote: > Hi; > I'm reading a how-to and it tells me to issue this command: >=20 > chown -R alias.qmail ~alias/rejoice >=20 > But that errors. What's the BSD translation? I'm not sure, what it's supposed to do? You can check chown's syntax and options with 'man 8 chown': % chown [-fhv] [-R [-H | -L | -P]] owner[:group] file ... % chown [-fhv] [-R [-H | -L | -P]] :group file ... % -R Change the user ID and/or the group ID of the specified directory % trees (recursively, including their contents) and files. [...] HTH, Karol --=20 Karol Kwiatkowski OpenPGP: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc --------------enig91AC1C6A4DC94C9FA0BE026E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFYaaGezeoPAwGIYsRCOsuAJ4o32fIUeZxYnhI1zjM+z3c5ea5YQCfXSCs 8/DjBJDV3h9KVDPY7N9JLFQ= =FZgW -----END PGP SIGNATURE----- --------------enig91AC1C6A4DC94C9FA0BE026E--