2009/11/3 Marc Santhoff <m.santh...@web.de>:
>
> I don't know wheter todays Lunix systems have static device nodes seen
> here for ttys or if they are created dynamically and the rights have to
> be set in some configuration file - consult your systems docs or a good
> tutorial or book an those questions.

The permissions are handled by udev on most modern distributions:

h...@technical09:~$ rgrep tty.*dialout /lib/udev/*
/lib/udev/rules.d/91-permissions.rules:SUBSYSTEM=="tty",                        
        GROUP="dialout"
/lib/udev/rules.d/91-permissions.rules:KERNEL=="iseries/vtty*",                 
GROUP="dialout"

Henry
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to