1 개요[ | ]
- exit status, exit code, return code, exit value
- 종료 상태, 종료 스테이터스, 종료 코드, 반환 코드, 종료값, 리턴코드
- 일반적으로.. 0이면 정상, 1(또는 그 이상)이면 비정상
2 예시 1: C 언어[ | ]
- 0: EXIT_SUCCESS
- 1: EXIT_FAILURE[1]
3 예시 2: Bash[ | ]
4 예시 3: Nagios 플러그인[ | ]
- 0: OK
- 1: Warning
- 2: Critical
- 3: Unknown[4]
5 예시 4: 윈도우[ | ]
- 0: The operation completed successfully.
- 1: Incorrect function.
- 2: The system cannot find the file specified.
- …[5]
6 같이 보기[ | ]
7 참고[ | ]
- ↑ http://www.gnu.org/software/libc/manual/html_node/Exit-Status.html
- ↑ http://www.gnu.org/software/coreutils/manual/html_node/true-invocation.html
- ↑ http://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html
- ↑ https://nagios-plugins.org/doc/guidelines.html
- ↑ http://www.hiteksoftware.com/knowledge/articles/049.htm
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.