콘솔에서 호출
/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
'OS' 카테고리의 다른 글
[리눅스] crontab 초단위 스케줄링 (0) | 2019.10.11 |
---|---|
[리눅스] crontab 기본 사용법 (0) | 2019.10.11 |
[리눅스] crontab 재부팅 설정법 (1) | 2019.10.07 |
hyper-v 제거 없이 서비스 중지 (0) | 2019.10.04 |
[윈도우] windows 용량 줄이기 안전하게 WinSxS 폴더 삭제 dism.exe 윈도우폴더 용량 줄이는법 (0) | 2019.07.10 |