./categories/os
crontab으로 PHP/URL 실행
crontab으로 URL 주기 호출
crontab -e
# 매시 1분
01 * * * * wget -q --spider http://example.com/cron/job.php
service crond restart # CentOS 6
# systemctl restart crond # CentOS 7+
./comments
일치하는 문서가 없습니다.
./categories/os
crontab -e
# 매시 1분
01 * * * * wget -q --spider http://example.com/cron/job.php
service crond restart # CentOS 6
# systemctl restart crond # CentOS 7+
./comments