{"id":910,"date":"2018-09-25T21:39:50","date_gmt":"2018-09-26T06:39:50","guid":{"rendered":"\/blog\/?p=910"},"modified":"2023-09-21T09:37:27","modified_gmt":"2023-09-21T00:37:27","slug":"crontab","status":"publish","type":"post","link":"https:\/\/hasu0707.duckdns.org\/blog\/?p=910","title":{"rendered":"crontab"},"content":{"rendered":"\n<p><span style=\"font-family:Courier New,Courier,monospace;\">\u25a0 crontab \uc635\uc158<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">crontab -e : \ud3b8\uc9d1<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">crontab -l : \ubaa9\ub85d \ubcf4\uae30<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">crontab -j : \uc0ad\uc81c<\/span><\/p>\n\n<p>&nbsp;<\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">\u25a0 \uae30\ubcf8 \ud3ec\ub9f7<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">\ubd84(0-59)\u3000\u3000&nbsp; &nbsp; \uc2dc\uac04(0-23)\u3000\u3000&nbsp; \uc77c(1-31)\u3000\u3000&nbsp; &nbsp; \uc6d4(1-12)\u3000\u3000\u3000&nbsp; \uc694\uc77c(0-7)<\/span><\/p>\n\n<p>&nbsp;<\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">\u25a0 \uc0ac\uc6a9 \uc608\uc81c<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\"># \ub9e4\ubd84 test.sh \uc2e4\ud589<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">* * * * * \/home\/script\/test.sh<\/span><\/p>\n\n<p>&nbsp;<\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\"># \ub9e4\uc8fc \uae08\uc694\uc77c \uc624\uc804 5\uc2dc 45\ubd84\uc5d0 test.sh \ub97c \uc2e4\ud589<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">45 5 * * 5 \/home\/script\/test.sh<\/span><\/p>\n\n<p>&nbsp;<\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\"># \ub9e4\uc77c \ub9e4\uc2dc\uac04 0\ubd84, 20\ubd84, 40\ubd84\uc5d0 test.sh \ub97c \uc2e4\ud589<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">0,20,40 * * * * \/home\/script\/test.sh<\/span><\/p>\n\n<p>&nbsp;<\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\"># \ub9e4\uc77c 1\uc2dc 0\ubd84\ubd80\ud130 30\ubd84\uae4c\uc9c0 \ub9e4\ubd84 tesh.sh \ub97c \uc2e4\ud589<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">0-30 1 * * * \/home\/script\/test.sh<\/span><\/p>\n\n<p>&nbsp;<\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\"># \ub9e4 10\ubd84\ub9c8\ub2e4 test.sh \ub97c \uc2e4\ud589<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">*\/10 * * * * \/home\/script\/test.sh<\/span><\/p>\n\n<p>&nbsp;<\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\"># 5\uc77c\uc5d0\uc11c 6\uc77c\uae4c\uc9c0 2\uc2dc,3\uc2dc,4\uc2dc\uc5d0 \ub9e4 10\ubd84\ub9c8\ub2e4 test.sh \ub97c \uc2e4\ud589<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">*\/10 2,3,4 5-6 * * \/home\/script\/test.sh<\/span><\/p>\n\n<p>&nbsp;<\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">\u25a0 \ub85c\uae45 \uc608\uc81c<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">* * * * * \/home\/script\/test.sh &gt; \/home\/script\/test.sh.log 2&gt;&amp;1<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">* * * * * \/home\/script\/test.sh &gt;&gt; \/home\/script\/test.sh.log 2&gt;&amp;1<\/span><\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">* * * * * \/home\/script\/test.sh &gt; \/dev\/null 2&gt;&amp;1<\/span><\/p>\n\n<p>&nbsp;<\/p>\n\n<p><span style=\"font-family:Courier New,Courier,monospace;\">\u203b 2&gt;&amp;1\ub294 \ud45c\uc900\ucd9c\ub825 \uc678 \ud45c\uc900\uc5d0\ub7ec\uae4c\uc9c0 \ucd9c\ub825<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u25a0 crontab \uc635\uc158 crontab -e : \ud3b8\uc9d1 crontab -l : \ubaa9\ub85d \ubcf4\uae30 crontab -j : \uc0ad\uc81c &nbsp; \u25a0 \uae30\ubcf8 \ud3ec\ub9f7 *&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;* \ubd84(0-59)\u3000\u3000&nbsp; &nbsp; \uc2dc\uac04(0-23)\u3000\u3000&nbsp; \uc77c(1-31)\u3000\u3000&nbsp; &nbsp; \uc6d4(1-12)\u3000\u3000\u3000&nbsp; [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[39],"tags":[],"class_list":["post-910","post","type-post","status-publish","format-standard","hentry","category-os_linux_unix_macos"],"_links":{"self":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=910"}],"version-history":[{"count":0,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/910\/revisions"}],"wp:attachment":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=910"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=910"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}