Sunday, October 20, 2002, 12:22:44 AM, you wrote:

HR> Hello,

HR> it seems to me that after the last upgrade the permission of the
HR> devices /dev/* have become more restrictive. /dev/*random and
HR> /dev/tty were not accessible by ordinary users.

HR> How can I restore the permissions on the devices to `reasonable'
HR> values (as they were before the upgrade)?

HR> -Hanspeter

HR> To Unsubscribe: send mail to [EMAIL PROTECTED]
HR> with "unsubscribe freebsd-questions" in the body of the message

Dear Hanspeter,

This is how it looks for me.

crw--w----   1 alex  tty         5,   0 Oct 20 00:31 /dev/ttyp0
crw--w----   1 root  tty         5,   1 Oct 20 00:31 /dev/ttyp1
crw--w----   1 root  tty         5,   2 Oct 20 00:02 /dev/ttyp2
crw--w----   1 root  tty         5,   3 Oct 19 23:48 /dev/ttyp3
crw--w----   1 root  tty         5,   4 Oct 19 23:49 /dev/ttyp4
crw--w----   1 root  tty         5,   5 Oct 20 00:31 /dev/ttyp5
crw-rw-rw-   1 root  wheel       5,   6 Oct 19 03:40 /dev/ttyp6
crw-rw-rw-   1 root  wheel       5,   7 Oct 19 03:38 /dev/ttyp7
... snip ...

You could as root do:
cd /dev
MAKEDEV *

And all should be fine.
If you insist on changing permissions by hand check out:
chmod

-- 
Best regards,
Alex

The FreeBSD handbook
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to