ubuntu crontab 정시 작업 생 성
1495 단어 crontab
1.
hadoop@hadoopSlave2:/opt/shell$ crontab -e
:47 12 * * * /opt/shell/showDate.sh >> /opt/shell/hello.log
2. cron
hadoop@hadoopSlave2:/opt/shell$ service cron restart/stop/start
stop: Rejected send message, 1 matched rules; type="method_call",
sender=":1.83" (uid=1000 pid=32646 comm="stop cron ") interface="com.ubuntu.Upstart0_6.Job" member="Stop" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.84" (uid=1000 pid=32643 comm="start cron ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")
3. crontab
hadoop@hadoopSlave2:/opt/shell$ service cron status
cron start/running, process 989
4.
hadoop@hadoopSlave2:/opt/shell$ crontab -l
47 12 * * * /opt/shell/showDate.sh >> /opt/shell/hello.log
5.hadoop@hadoopSlave2:/opt/shell$ vim showDate.sh
#!/bin/bash
date +%A
6.
hadoop@hadoopSlave2:/opt/shell$ crontab -r
hadoop@hadoopSlave2:/opt/shell$ crontab -l
no crontab for hadoop
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
value-domain의 DDNS를 HTTPS로 업데이트그리고 둘이 기사를 작성한 당시 value-domain의 DDNS를 업데이트하는 URL은 HTTPS를 지원하지 않는 것 같습니다. 둥근 파크리하고 참고로 해 주셔, HTTPS로 갱신하도록(듯이) http:// 에 s...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.