cron스크립트를 많이 실행하다 보면, 흔히 아래와 같은 코드를 접합니다.
각 코드의 의미입니다. 참고하세요~
rc=101?no at command file
rc=102?(stat(at_cmdfile,&buf)) was true, so stat(2) returned an error
rc=103?if set uid bit off, original owner has given file to someone else
rc=104?bad job open
rc=105?no audit id
rc=106?couldn't set group /user ids, exiting
rc=107?couldn't open stdin
rc=108?no stdin
rc=109?couldn't open tmp as stdin to sh
rc=110?couldn't open output file or /dev/null
rc=111?testing
rc=112?can't exec sh
rc=113?file locking problem
rc=127?can't fork (this might also be return code from the shell)
각 코드의 의미입니다. 참고하세요~
rc=101?no at command file
rc=102?(stat(at_cmdfile,&buf)) was true, so stat(2) returned an error
rc=103?if set uid bit off, original owner has given file to someone else
rc=104?bad job open
rc=105?no audit id
rc=106?couldn't set group /user ids, exiting
rc=107?couldn't open stdin
rc=108?no stdin
rc=109?couldn't open tmp as stdin to sh
rc=110?couldn't open output file or /dev/null
rc=111?testing
rc=112?can't exec sh
rc=113?file locking problem
rc=127?can't fork (this might also be return code from the shell)