nohup

터미널이 종료되어도 프로세스가 계속 실행되도록 허용. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/nohup-invocation.html.

nohup {{명령}} {{인수1 인수2 ...}}

nohup {{명령}} {{인수1 인수2 ...}} &

nohup {{경로/대상/스크립트.sh}} &

nohup {{명령}} {{인수1 인수2 ...}} > {{경로/대상/출력_파일}} &