"표준오류를 표준출력으로 전달하여 파일에 기록하며 백그라운드 실행"의 두 판 사이의 차이

5번째 줄: 5번째 줄:
<source lang='bash'>
<source lang='bash'>
nohup 명령어 > out.txt 2>&1 &
nohup 명령어 > out.txt 2>&1 &
</source>
<source lang='bash'>
nohup 명령어 1> access.log 2> error.log &
</source>
</source>



2018년 1월 24일 (수) 11:39 판

1 개요

명령어 > out.txt 2>&1 &
nohup 명령어 > out.txt 2>&1 &
nohup 명령어 1> access.log 2> error.log &

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}