Gnu screen: kill a frozen tab

How to go about closing a stalled screen tab (the machine is no longer reachable) ?

3 Answers

try to kill command.

  1. select stalled window ( C-a :select <stalled window number> )
  2. send kill command ( C-a :kill )
2

The most simple and direct way, which has always worked for me, is

C-a, k

Assuming you are using the OpenSSH client to connect, you can type Enter ~ . to close the connection.

To list the other SSH client escape commands, type Enter ~ ? when connected.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like