공부
[Linux] Screen
승가비
2019. 6. 29. 23:41
728x90
screen -list
screen -S name # 생성
screen -r name # 접속
# make: ctrl + a, c
# exit 종료
# ctrl + a, d 나오기
[출처] https://dreamlog.tistory.com/470
[Linux] screen 사용법
build 중 서버와 연결이 끊어지거나 컴퓨터를 끄고 퇴근해야 한다면? 1. screen 개념 putty와 같은 ssh 도구로 서버에 접속한 일반적인 사용 예. 서버에 screen 사용하여 접속한 예 두 그림의 차이
dreamlog.tistory.com
$ screen -X -S [session # you want to kill] quit
stackoverflow.com/questions/1509677/kill-detached-screen-session
Kill detached screen session
I learned from somewhere a detached screen can be killed by screen -X -S [session # you want to kill] kill where [session # you want to kill] can be gotten from screen -ls But this doesn't work.
stackoverflow.com
728x90