tela GNU: como retomar minha sessão de tela de forma confiável?

4

Não consegui retomar minha sessão de tela hoje de manhã, mesmo depois de ter matado a antiga tela -r sessão.

svtbuild@dvm-2:~/rfs$ screen -r 17757.pts-0.dvm-2
There is a screen on:
    17757.pts-0.dvm-2   (11/27/2012 04:49:19 PM)    (Attached)
There is no screen to be resumed matching 17757.pts-0.dvm-2.

Depois de esperar um pouco, pude retomar. Como posso fazer isso de maneira mais confiável?

    
por grokus 10.12.2012 / 16:08

1 resposta

9

A partir do manpage de tela:

screen -D -R
Attach here and now. In detail this means: If a session is running, then reattach.
If necessary detach and logout remotely first. If it was not running create it
and notify the user.

Como mencionado para as opções -D -RR , a menos que você saiba o status de suas sessões, você deve verificar com screen -list .

    
por 11.12.2012 / 13:20

Tags