Skip to content

Instantly share code, notes, and snippets.

@iamssen
Last active December 16, 2015 05:38
Show Gist options
  • Save iamssen/5385852 to your computer and use it in GitHub Desktop.
Save iamssen/5385852 to your computer and use it in GitHub Desktop.
SSH 접속 종료시 node.js 등이 종료되는 현상을 잡는 screen 기능
  • $ screen -list 스크린 리스트 보기
  • $ screen -r 16546.pts-1.ssenbuntu 스크린 재접속
  • $ screen -d or ctrl + d or ctrl + a, d 스크린 나오기
  • ctrl + a, w 윈도우 리스트 보기
  • ctrl + a, " 윈도우 선택
  • ctrl + a, c 새 윈도우 만들기
  • ctrl + a, a 바로 전 윈도우로 이동
  • ctrl + a, 숫자 해당 윈도우로 이동
  • exit 윈도우 닫기
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment