안녕하세요 ^^;
서버를 돌리고 있습니다.
0anacron
-----------
#!/bin/sh
#
# anacron's cron script
#
# This script updates anacron time stamps. It is called through run-
parts
# either by anacron itself or by cron.
#
# The script is called "0anacron" to assure that it will be executed
# _before_ all other scripts.
anacron -u cron.daily
logrotate
---------
#!/bin/sh
/usr/sbin/logrotate /etc/logrotate.conf
makewhatis.cron
---------------
#!/bin/bash
LOCKFILE=/var/lock/makewhatis.lock
# the lockfile is not meant to be perfect, it's just in case the