Linux 환경에서 SSH 접속이 끊겨도 서버가 계속 동작하기 위해 nohup 사용하기
$ nohup python name.py &
ps -ef
ps -ef | grep 'name.py'
kill -9 Pin번호