From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 30 09:25:55 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94C021065693 for ; Tue, 30 Sep 2008 09:25:55 +0000 (UTC) (envelope-from bipolor@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 6BF8F8FC32 for ; Tue, 30 Sep 2008 09:25:55 +0000 (UTC) (envelope-from bipolor@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2357167rvf.43 for ; Tue, 30 Sep 2008 02:25:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=By2z0pRdt4ZzykVQaCxQVX1tZAFFAzh+ixt3Nlz1zSI=; b=skTxPyBSBfih9BmIZBJD66H619hxPYC811MgamcmAU2W19qKjAy9VNwQ0wSAJzFasy QQb68m5zV07tyhcaESCg5dYwrCzs5LAquc/XsJ+l8Keu8MWKXSJx5ppfno5gSfX9AgYU 5LzUrQssyJrq4e6mUUva/z1S1zrOwU9O8qZEc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=r07lu9+fFvL9OfDzTn7SstebIJigDJA+JhU0u4GJtpXGj3C0zFJ/uzSvs2NfnEGPAr 89hkiVF0dn1WoB8cWafwwrEudJd9oh8bZ5UVr+4WzaLWG1I3m0wPmDifT5bg6/iethhr fgqAoDQ0r36ayeSO40IcacH91X1QO686qCydE= Received: by 10.141.69.1 with SMTP id w1mr3217739rvk.185.1222766754125; Tue, 30 Sep 2008 02:25:54 -0700 (PDT) Received: by 10.141.128.12 with HTTP; Tue, 30 Sep 2008 02:25:54 -0700 (PDT) Message-ID: Date: Tue, 30 Sep 2008 02:25:54 -0700 From: "Mike Price" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How do I unchown a directory after I: chown -R /etc ??? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2008 09:25:55 -0000 How do I unchown a directory after I: chown -R /etc