리눅스 nohup 관련

2023. 5. 9. 17:30

How to display list of running processes Python?

리눅스 터미널 백그라운드에서 프로세스 돌리기 (tmux or nohup)

nohup python3 main.py & tail -f nohup.out

리눅스_명령어 kill, ps, grep, awk 함께 사용하기

sudo lsof | grep nohup.out

 

'* 조각글' 카테고리의 다른 글

리눅스 파일 관련  (0) 2023.05.09
Git 서브모듈  (0) 2023.05.09

BELATED ARTICLES

more