환경변수

    crontab

    일정 주기로 처리하는 배치 프로세스의 경우 시스템 crontab에 등록 하여 자동화 시킬 수 있다. * crontab 명령 $ crontab [-e | -l | -r] -e: 등록된 crontab을 편집한다. -l: 등록된 crontab명령을 출력한다. -r: 등록된 crontab을 삭제한다. * crontab 편집 $ crontab -e 위 명령을 입력하면 vi 환경에서 crontab 편집이 된다 20 13 * * 7 /home/batch/script/backup.sh 0 6 1 3 * /home/batch/script/logdel.sh 0 0 * * * /home/batch/script/daybatch.sh 30 * * * * /home/batch/script/hourbatch.sh 0,5,10,15..