Joseph wrote:
How to change permission on /dev/ttyS0 ?
Which program controls it owner and permission?
Is it possible to change it with hylafax?

Currently I have:
crw------- 1 uucp uucp 4, 64 Mar 19 13:46 /dev/ttyS0

And I wan it to be:
crw-rw-rw- 1 uucp uucp 4, 64 Mar 19 13:46 /dev/ttyS0
I've tried adding a rule to 50-udev.rules in /dev
but /udev is not running and when I try to restart it I get:

The udev init-script is written for baselayout-2
Please do not use it with baselayout-1


If you want to make sure udev is running, do this command:

ps aux | grep udev

If it returns nothing, then you can start it with this command:

/sbin/udevd --daemon

Hope that helps.

Dale

:-)  :-)

Reply via email to