CentOS crontab 설정하기
페이지 정보
본문
* * * * * root /home/test_crontab.sh
* * * * * su - root /home/test_crontab.sh
*/10 * * * * su - root /home/test_crontab.sh
0 2 * * * su - root /home/test_crontab.sh
vi test_crontab.sh
#!/bin/bash
echo hello world
service tomcat6 stop
운영체제 보기
grep . /etc/*-release
* * * * * su - root /home/test_crontab.sh
*/10 * * * * su - root /home/test_crontab.sh
0 2 * * * su - root /home/test_crontab.sh
vi test_crontab.sh
#!/bin/bash
echo hello world
service tomcat6 stop
운영체제 보기
grep . /etc/*-release
관련링크
- 이전글인공지능 윈도우10(Windows 10) / Caffe / CUDA / cuDNN / Python 설치 20.02.21
- 다음글php 소켓 만들기 20.02.21
댓글목록
등록된 댓글이 없습니다.