Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux [2018/07/02 07:36] – [Crontab] ledyxlinux [2021/02/07 03:15] (current) – external edit 127.0.0.1
Line 214: Line 214:
 # 1분마다 date 출력 # 1분마다 date 출력
 * * * * * date >> /tmp/greet.txt * * * * * date >> /tmp/greet.txt
-# */1 * * * * date >> /tmp/greet.txt+## */1 * * * * date >> /tmp/greet.txt
  
 +# 매시 15,45분 "Hello, world" 출력
 +15,45 * * * * echo "Hello, world!" >> /tmp/greet.txt
 </sxh> </sxh>
  
linux.1530513410.txt.gz · Last modified: 2021/02/07 03:15 (external edit)