On Sun, Apr 30, 2006 at 06:48:42PM +1000, Mary Gardiner wrote: > $ uname -a > Linux [hostname] 2.6.16.1-linode18-bb1 #1 Fri Mar 31 12:39:01 EST 2006 i686 > GNU/Linux > $ ls -l /dev/null > crw-rw---- 1 root root 1, 3 2006-04-30 18:46 /dev/null > > :(
FWIW, Fedora4: $ grep -ir null /etc/udev/ /etc/udev/rules.d/50-udev.rules:KERNEL=="null", MODE="0666" I guess this is the magic file that sets these things. Does yours have the same? It's part of the udev package. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
