#What are /dev/tty<0-63> ?
9 messages · Page 1 of 1 (latest)
not really files. nothing in /dev is.
you can use TTY (black screen "real" terminal) by pressing ctrl-alt-F1 thru ctrl-alt-F6
only ever bother with that if you can't reach a desktop, or if desktop is brutally messed and you want to issue reboot command. Ctrl-alt-F7 to go back to GUI
ctrl-alt-<F1-F6> lets us switch between linux's virtual consoles?
If we press ctrl-alt-F1, do we end up on /dev/tty1?
If we press ctrl-alt-F7, do we end up on /dev/tty7?
Is /dev/tty7 the virtual console that displays the GUI?
If /dev/tty<1-7> are the linux virtual consoles, what are tty0, and tty<8-63>?
...trying to learn about this and demystify it if possible : )
yeah ctrl-alt-F7 is the GUI
it is what the desktop and graphical login manager run in.
So the GUI runs on/in /dev/tty7?
I guess. I would definitely NOT be messing in the /dev/ folder unless you have some serious need or skill to.