I would like to exit my active screen session and kill (not detach) the session.
This is done with CTRL + a
and then k
, however screen then then prompts you "Really kill this window [y/n]" and you have to respond with y
to kill the session.
Is there a way to do this without having to confirm with y
?
Note: Screen is being used to connect to a physical console TTY session so I cannot just type "exit" to kill the session. (ex: screen /dev/ttyUSB1 9600
)