From owner-freebsd-questions@FreeBSD.ORG Tue Sep 30 10:01:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7779106568B for ; Tue, 30 Sep 2008 10:01:03 +0000 (UTC) (envelope-from bipolor@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 70EDF8FC1F for ; Tue, 30 Sep 2008 10:01:03 +0000 (UTC) (envelope-from bipolor@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2368831rvf.43 for ; Tue, 30 Sep 2008 03:01:03 -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=ozc8rm+RTK3TRlz7SElxM1FTf4+1sPYg7MvLxOV/Ztc=; b=a1jav65zPpIe/yqVCvRr2+T/3AkoZJoFAkSTaNNIVzL0Z309ACUlSEhqPcLU1WL5x7 SNdED8SEotMYYKCIym8Uls8OpBv/fkvrwJ7TJc0cDEK8AJh2YmWra52gtKnXxMONrkwm fPzrDWyCRvxtmMHfLX/fMnSQWJkz2pgSU+rLU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=mE1b2NwETj5ExIpDH7apxTuMx7/zsvTTYRIK74P0Fe4IlA8umEq8VZd8dz8sbb/x4O 3FcYZQx6rIYfst7thCD9oeGY7J9BWCJP4Hh8UH9O9zLq6kKyXyz7Ei93QYbkWrJNtbUI lcs9kmPR2cyUY/3oFyMirncPRQ+12ozyXQ8mY= Received: by 10.141.79.12 with SMTP id g12mr3241588rvl.126.1222768862270; Tue, 30 Sep 2008 03:01:02 -0700 (PDT) Received: by 10.141.128.12 with HTTP; Tue, 30 Sep 2008 03:01:02 -0700 (PDT) Message-ID: Date: Tue, 30 Sep 2008 03:01:02 -0700 From: "Mike Price" To: freebsd-questions@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: Command to rechown 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: Tue, 30 Sep 2008 10:01:03 -0000 I had to ( chown -R /etc/ ) I to edit the ( pf.conf ), how do I rechowm or restore ( /etc ) ? Can you please send me the command.