Re: /dev files default permissions

2008-02-19 Thread Roland Smith
On Tue, Feb 19, 2008 at 06:13:14PM +0200, Alexander Renn wrote: > 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. See devfs.conf(5) and devfs.rules(5). Roland -- R.F.Smith

Re: /dev files default permissions

2008-02-19 Thread Dominic Fandrey
Alexander Renn wrote: 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] ? You want to read t

/dev files default permissions

2008-02-19 Thread Alexander Renn
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 ___