TL;DR

[Links] shell에서 program detach, nohup & 활용 방법

c4fiber 2024. 1. 31. 16:47

 

nohup 사용방법

https://green-joo.tistory.com/26

 

nohup 사용법과 nohup.out 파일 명 변경, 로그 없이, 날짜 별로 rotation 하는 방법 ( Linux )

안녕하세요. 그린주입니다 ๑'ٮ'๑ 오늘도 힘차게 시작해보겠습니다! 개요 이번 글에서는 nohup 사용법과 nohup.out 로그 관련 설정, 프로세스를 종료하는 방법을 공유하고자 합니다. 목차 nohup 설명

green-joo.tistory.com

detach process from shell

https://www.baeldung.com/linux/detach-process-from-terminal

 

Entirely Detach a Process From Terminal | Baeldung on Linux

Explore several ways to run programs detached from the terminal.

www.baeldung.com

 

screen command

https://erwinousy.medium.com/screen-command-%EC%82%AC%EC%9A%A9%EB%B2%95-linux-mac-62bf5dd23110

 

Screen command 사용법(Linux, Mac)

으음.. 사용법을 올리려했던 시각보다 조금 늦어졌지만.. 번역을 완료(?)했으니 사용법에 대해서 이야기를 시작합니다!

erwinousy.medium.com

 

screen command 2

http://www.dreamy.pe.kr/zbxe/CodeClip/164809

 

screen 명령어, 터미널 멀티세션 제공

LINUX 2014.01.21 14:26 조회 수 54982 댓글 1 ? 단축키 Prev이전 문서 Next다음 문서 가 + - Up Down Print ? 단축키 Prev이전 문서 Next다음 문서 가 + - Up Down Print (1) screen- screen 을 시작 하는 기본 명령입니다.- 기

www.dreamy.pe.kr

 

difference between nohup, disown and &

https://unix.stackexchange.com/questions/3886/difference-between-nohup-disown-and?rq=1

 

Difference between nohup, disown and &

What are the differences between $ nohup foo and $ foo & and $ foo & $ disown

unix.stackexchange.com

 

 

'TL;DR' 카테고리의 다른 글

[Links] Spring boot  (1) 2024.01.31
[Links] linux signal and kill command  (0) 2024.01.31
[LINKS] 객체지향의 SOLID 원칙  (0) 2024.01.31
[Links] JWT 토큰  (0) 2024.01.31