Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- VirtualBox
- web.xml
- port
- 네트워크
- plugin
- netsh
- profile
- tomcat
- JavaScript
- maVen
- Source
- Mac
- ssh
- vscode
- import
- 단축키
- 줄바꿈 문자
- lsof
- Windows 10
- bash
- xargs
- Windows
- IntelliJ
- GIT
- context
- Eclipse
- Quartz
- find
- grep
- resource
Archives
- Today
- Total
develog
[bash] nohup & 본문
백그라운드 프로세스로 실행하기
- nohup (no hangups)
## 스크립트를 nohup 으로 실행하고
## 뒤에 & 를 붙여준다
$ nohup ./aa.sh &
Comments