From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Description of problem: Question is : What users on the machine can cause text to be displayed on the first virtual console? Given - crw--w---- 1 root root /dev/tty0 crw--w---- 1 root tty /dev/tty1 The given answer is that the tty group can write, but is the first virtual console tty0 or tty1 ? Version-Release number of selected component (if applicable): Is first virtual console tty0 or tty1 ? How reproducible: Always Steps to Reproduce: 1.complete questions 2. 3. Additional info:
answer is it depends... /dev/tty1 was intention, /dev/tty0 always points to the _current_ console... so if you're on 1st vconsole, /dev/tty0 is it as well. question was clarified...