V St, 04. 08. 2004 v 16:53, Geert Uytterhoeven píše: > > > What does it mean when the /dev/console cannot be open? > > > And usually our next question is: What does `ls -l /dev/console' say on the > root file system?
$ mount root.bin /mnt -t ext2 -o loop $ ls -l /mnt/dev/console crw------- 1 root tty 5, 1 2002-05-17 00:32 /mnt/dev/console > /dev/console used to be (many years ago) a symbolic link to the real console > device, while in recent (read: anything but prehistoric) systems it's a > character device node with major 5 and minor 1. Woody seems to be recent then. Petr