콘솔에서 호출

1. lynx명령어를 이용하는방법

/usr/bin/lynx --source http://aaa.com/test.php

 

2. wget을 이용하는방법

/usr/bin/wget http://aaa.com/test.php

 

crontab 등록시
방법1)

* * * * * root /usr/bin/lynx --source /usr/bin/wget http://aaa.com/test.php

 

방법2)

* * * * * root /usr/bin/wget /usr/bin/wget http://aaa.com/test.php

 

출처 : https://m.blog.naver.com/PostList.nhn?blogId=peter912

 

Posted by 꼬장e
,