On Mon, Jan 04, 1999 at 01:31:38PM -0500, Robert Rati wrote: > I just moved my system from one HD to another, and have been able to > re-make all the devs in /dev but xconsole. I can't seem to find anything > in MAKEDEV that will make that. Anyone know how I can get /dev/xconsole?
It's just named pipe, not device. Use mkfifo. mkfifo /dev/xconsole -- Alexey Vyskubov