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
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
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
___