입력하면 screen -r
다시 시작할 화면 목록 또는 "다시 시작할 화면이 없습니다"라는 메시지가 표시됩니다.
오늘은 하나의 화면이 있지만 다시 시작할 화면이 없다는 메시지가 계속 표시됩니다.
[root@server chiliNUT]# screen -r
There is a screen on:
27863.pts-1.server (Attached)
There is no screen to be resumed.
[root@server chiliNUT]# screen -rx 27863
[detached]
[root@server chiliNUT]# screen -r
There is a screen on:
27863.pts-1.server (Attached)
There is no screen to be resumed.
화면이 연결되었다고보고하는 이유는 무엇입니까? 위의 줄에서 분리했습니다 ( [detached]
)
-x
않습니까?