From owner-freebsd-questions@FreeBSD.ORG Wed Sep 23 07:24:20 2009 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 128A71065670 for ; Wed, 23 Sep 2009 07:24:20 +0000 (UTC) (envelope-from herbs@langhans.com.pl) Received: from langhans.com.pl (host-194126238033.net-serwis.pl [194.126.238.33]) by mx1.freebsd.org (Postfix) with ESMTP id C77A08FC1E for ; Wed, 23 Sep 2009 07:24:19 +0000 (UTC) Received: by langhans.com.pl (Postfix, from userid 1000) id 1E6311BC65E; Wed, 23 Sep 2009 09:30:45 +0200 (CEST) Date: Wed, 23 Sep 2009 09:30:45 +0200 From: herbs To: freebsd-questions@freebsd.org Message-ID: <20090923073045.GA22262@greencat.langhans.com.pl> References: <20090923063805.GA21788@greencat.langhans.com.pl> <4AB9C3BC.9000904@otenet.gr> <20090923072857.GA22226@greencat.langhans.com.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090923072857.GA22226@greencat.langhans.com.pl> User-Agent: Mutt/1.4.2.1i Subject: Re: /dev files keep no 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: Wed, 23 Sep 2009 07:24:20 -0000 Thanks Manolis, works perfect now! FreeBSD has the safest speaker access in the universe it seems. Even the speaker-beeping user should be member of a group to do so.. Cheers herb langhans > On Wed, Sep 23, 2009 at 09:44:12AM +0300, Manolis Kiagias wrote: > > herbs wrote: > > > Hi Daemons, > > > I wonder whats wrong there: > > > > > > I need to change the permissions from > > > /dev/speaker 600 to /dev/speaker 666 > > > --all works ok. > > > > > > Then I reboot the computer and the permissions of the file is back to 600. > > > > > > How to make it permanent? Is is normal that /dev files do what they > > > want? > > > > > > > > > > Yes :) > > The /dev filesystem is dynamic, it is recreated at every boot. For your > > setting to persist, enter it in /etc/devfs.conf > > > > The examples in there will help you out, although probably this is the > > line you need: > > > > perm speaker 0666 > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"