TA/Common
실행중인 프로세스 유지하는 방법 - disown
옥탑방람보
2014. 6. 30. 17:30
> python run.py
ctrl + z
> bg
> jobs
[1] run.py
> disown -h %1