I understand that when I open a terminal emulator like xterm
, and then list the processes using ps
, I can see xterm
running as a process.
But when I type Ctrl+Alt+F#, I get a "full screen terminal", is this "full screen terminal" also a process? or is it a UI provided by the kernel without being an actual process?