Results 1 to 1 of 1
Hi,
I need to set permissions on a box's serial port (ttyS0) so that its always active.
On a box running Fedora-5 I modify the /etc/udev/rules.d/50-udev.rules file like this:
KERNEL=="tty[A-Z]*",NAME="%K", ...
- 07-16-2007 #1Just Joined!
- Join Date
- Sep 2006
- Location
- Gold Coast Australia
- Posts
- 8
Setting ttyS0 port with udev
Hi,
I need to set permissions on a box's serial port (ttyS0) so that its always active.
On a box running Fedora-5 I modify the /etc/udev/rules.d/50-udev.rules file like this:
KERNEL=="tty[A-Z]*",NAME="%K", GROUP="MYGROUP","MODE="666"'
How do I accomplish the same with SuSE 9.1?
I checked out the /etc/udev/udev.permissions file but I don't find anything similar.
Any assistance appreciated.


Reply With Quote