오늘 아침에는 이전 screen -r 세션을 종료한 후에도 screen 세션을 복원할 수 없었습니다.
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.
회복하기까지는 시간이 좀 걸렸습니다. 어떻게 하면 이 작업을 더 안정적으로 수행할 수 있나요?
답변1
화면 매뉴얼 페이지에서:
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.
options 에서 언급한 것처럼 -D -RR
세션 상태를 모르면 를 사용하여 확인해야 합니다 screen -list
.