20. Programming/Tools - 4Linux
[Linux] SSH - Screen
x미소
2018. 1. 3. 13:58
http://dreamlog.tistory.com/470
1. Ssh 접속
A. Session 생성
i. $ screen -S build1 (session 명)
B. Session 내 window 만들기
i. Ctrl + a, c
2. Ssh 종료
3. Ssh 재접속
A. $ screen -x build1 (session name)