GNU Screen – How to Detach the 2nd Screen from Another Screen

gnu-screen

I've accidentally attached to a 2nd GNU screen session from within an existing screen session and cannot detach or issue commands to the inner screen. I remember figuring out how to do that before but completely forgot and would like to keep it as reference.

One way is to detach the inner screen by doing screen -dr from shell, but what is the key combination to do that from within screen itself?

Best Answer

ctrl-a a d

Related Question