From owner-freebsd-questions@FreeBSD.ORG Tue Feb 19 16:39:05 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 0019F16A417 for ; Tue, 19 Feb 2008 16:39:04 +0000 (UTC) (envelope-from alexander.renn@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id ADFEC13C45D for ; Tue, 19 Feb 2008 16:39:04 +0000 (UTC) (envelope-from alexander.renn@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so2689139pyb.10 for ; Tue, 19 Feb 2008 08:39:03 -0800 (PST) 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=LtNmtl/OglEj8cBBNtTkovViPQX+vKKwGhkCOmDGfTI=; b=FiOIGw9QlyT0rFbuX168kGomsM0P+oPtYXhfD9S18e8CEcTK0t4SNrNW0psSqJ94KcBKeIwEBUGkcNvVHT72HOoI3V/buHMqHG6vHxCQcmLvS3mqnZTCvK4hIjkLrBDVYVJG/C4WPVVq2jDToyfU/ewUNfwWZCkUAtFMEVPCDi4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=DLHROljYbXtCku66GRoBjf2w/nJVMmJ1RzIwzo6E7Y6IGTMjFZkah8Qa5lb2tWMvMfTMrs6AEb1Twu2hQ8jyBurMR7T9IVBFe+PYDz2FZYUCN5D/B39anqrfvBp8P76zSmr9guQWVS49ShnrlZask1tjG1v77vqH5MLUc7sRTVs= Received: by 10.65.40.16 with SMTP id s16mr11472401qbj.52.1203437594413; Tue, 19 Feb 2008 08:13:14 -0800 (PST) Received: by 10.64.204.2 with HTTP; Tue, 19 Feb 2008 08:13:14 -0800 (PST) Message-ID: Date: Tue, 19 Feb 2008 18:13:14 +0200 From: "Alexander Renn" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: /dev files default permissions 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, 19 Feb 2008 16:39:05 -0000 Hello, I'm trying to find how to change the default permissions of files created in /dev. I want /dev/bpf* to be created with 660 permissions instead of 600. Is there another way to do this instead of: # touch /dev/bpf[n] and then # chmod /dev/bpf[n] ? -- Best regards, Zander