[Linux/Uubntu] 프로세스 백그라운드 실행, 포그라운드 전환(Background, Foreground)
[Linux/Uubntu] 프로세스 백그라운드 실행, 포그라운드 전환(Background, Foreground)background로 실행하려면 뒤에 &를 붙임$ python app.py &foreground로 실행하다 background로 전환 할 시에는 ctrl+z를 누른 후 bg입력$ python app.py # ctrl + z 입력 $ bg # 미 입력시 프로세스 중단background로 실행 중인 작업(프로세스) 확인$ jobs # foreground로 전환 $ fg % [jobs의 task number]
Ubuntu(Linux)
2021. 4. 13. 09:35
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday