Yoonbos/etc/cron.d# ls
exim
Yoonbos/etc/cron.d# cat exim
# /etc/cron.d/exim crontab fragment for exim
# Run queue every 15 minutes
08,23,38,53 * * * * mail if [ -x /usr/sbin/exim -a -f /etc/exim/exim.conf ]; then /usr/sbin/exim -q ; fi
Yoonbos/etc/cron.d#
이렇게 있던데요, 이게 어떤일을 하는 명령인가요?
하드를 15분마다 읽으니 하드가 쉴날이 없어서-_-; 시끄러워서 그러는데;
이거 지우거나 시간 갭을 늘리거나 하면 안되나요? ^^;