Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | If you have been victim of this problem, please complain here and I'll | try to find out how to reconstruct it (some magic command that I do | not know yet).
On linux:
mknod /dev/null c 1 3
(also use the -m switch to set permissons correctly "rw-rw-rw-", or
chmod the char device after creation "chmod a=rw /dev/null")
--
Lgb
