On Wednesday 11 October 2006 18:00, maxim wexler wrote: > Hi group, > > One of my morning chores after booting linux is to su > and enter #mknod /dev/ppp c 108 0 and #chmod a+rw > /dev/parport0. > > Where can I park these commands to automate the > process?
udev is supposed to create these nodes and set the permissions. I don't have a ppp node as a) i don't use ppp anymore and b) when I did, kppp make the node itself. But I have a parport rule: [EMAIL PROTECTED] /etc/udev $ grep -r parport * permissions.d/50-udev.permissions:parport*:root:lp:0660 rules.d/50-udev.rules:KERNEL=="parport*", NAME="%k", GROUP="lp" What baselayout and udev version are you using? alan -- [email protected] mailing list

