Gentoo Archives: gentoo-user

From: Alan McKinnon <alan@××××××××××××××××.za>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] where to put mknod & chmod
Date: Wed, 11 Oct 2006 16:31:41
Message-Id: 200610111824.30084.alan@linuxholdings.co.za
In Reply to: [gentoo-user] where to put mknod & chmod by maxim wexler
1 On Wednesday 11 October 2006 18:00, maxim wexler wrote:
2 > Hi group,
3 >
4 > One of my morning chores after booting linux is to su
5 > and enter #mknod /dev/ppp c 108 0 and #chmod a+rw
6 > /dev/parport0.
7 >
8 > Where can I park these commands to automate the
9 > process?
10
11 udev is supposed to create these nodes and set the permissions. I don't
12 have a ppp node as a) i don't use ppp anymore and b) when I did, kppp
13 make the node itself. But I have a parport rule:
14
15 alan@gentoo /etc/udev $ grep -r parport *
16 permissions.d/50-udev.permissions:parport*:root:lp:0660
17 rules.d/50-udev.rules:KERNEL=="parport*", NAME="%k", GROUP="lp"
18
19 What baselayout and udev version are you using?
20
21 alan
22 --
23 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] where to put mknod & chmod maxim wexler <blissfix@×××××.com>
Re: [gentoo-user] where to put mknod & chmod Drew <drew.kay@×××××.com>