0
On many Linux installations, I have seen that Alt+Ctrl+F[1-6] will bring up a shell "outside" display/window manager, and Ctrl+Alt+F7 (sometimes F6) will back the window manager / GUI. Combinations with the higher F keys (Alt+Ctrl+F[8,9..]) brings up a terminal with just a flashing cursor. Are these virtual terminals too? What processes are running there?
It's still a terminal, even if it doesn't have any processes using it yet. – user1686 – 2016-12-23T18:35:12.860
@grawity So the other terminals (F1-F5) have login shells in them? – kabZX – 2016-12-23T18:39:20.500
1@kabZX: Yes, specifically they have
agetty
on them. Trysystemctl start getty@tty9
on a recent OS. – user1686 – 2016-12-23T18:45:02.7001I used to install a utility (bastion I think) that put aggregated log output on F9. it was kind of handy. – Frank Thomas – 2016-12-23T21:21:03.833