{"id":539,"date":"2012-05-30T04:16:11","date_gmt":"2012-05-30T04:16:11","guid":{"rendered":"http:\/\/apollo89.com\/wordpress\/?p=539"},"modified":"2013-02-21T19:37:11","modified_gmt":"2013-02-21T10:37:11","slug":"chkconfig-%eb%aa%85%eb%a0%b9%ec%9d%84-%ec%9d%b4%ec%9a%a9%ed%95%9c-%ec%84%9c%eb%b9%84%ec%8a%a4-%eb%93%b1%eb%a1%9d%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/apollo89.com\/wordpress\/?p=539","title":{"rendered":"chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>chkconfig \uba85\ub839\uc744 \uc0ac\uc6a9 \ud558\uba74 \uc708\ub3c4\uc6b0 \uc11c\ube44\uc2a4\uc640 \ube44\uc2b7\ud558\uac8c \ub370\ubaac\ud615\ud0dc\ub85c \ud504\ub85c\uadf8\ub7a8\uc744 \uc2e4\ud589\ud560 \uc218 \uc788\ub2e4.<\/p>\n<p>1. \uae30\ub3d9 \uc2a4\ud06c\ub9bd\ud2b8 \uc81c\uc791<\/p>\n<pre class=\"lang:sh decode:true \" ># !\/bin\/bash\r\n# \/etc\/rc.d\/init.d\/test\r\n... \uc911\ub7b5 ...\r\ncase \"$1\" in\r\nstart)\r\n# \uc774 \ubd80\ubd84\uc5d0 \uc2dc\uc791\ud558\ub294 \ucf54\ub4dc\ub97c \ub123\ub294\ub2e4.\r\n;;\r\nstop)\r\n# \uc774 \ubd80\ubd84\uc5d0 \uc885\ub8cc\ud558\ub294 \ucf54\ub4dc\ub97c \ub123\ub294\ub2e4.\r\n;;\r\n*)\r\n# \ub9cc\uc57d start \ud639\uc740 stop \uc774 \uba85\uc2dc\ub418\uc9c0 \uc54a\uc73c\uba74 \ub2e4\uc74c\uc904\uc744 \uc2e4\ud589\ud55c\ub2e4.\r\necho \"Usage: skeleton {start|stop}\"\r\nexit 1\r\nesac\r\n\r\nexit 0\r\n<\/pre>\n<p>\uc6b0\uc120 \uc11c\ube44\uc2a4\ub97c \uc790\ub3d9\uc73c\ub85c \uc2dc\uc791\ud558\uac8c \ud558\uae30\uc704\ud574\uc11c\ub294 \uac04\ub2e8\ud55c \uc2a4\ud06c\ub9bd\ud2b8\uac00 \ud544\uc694\ud558\ub2e4.<br \/>\n\uc704\uc640 \uac19\uc740 \uae30\ubcf8 \uace8\uaca9\uc744 \uac00\uc9c4 \uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc791\uc131( \/etc\/rc.d)\ud55c \ud6c4 \uc2e4\ud589\uac00\ub2a5 \ud558\ub3c4\ub85d \u00a0chmod 755 test \uba85\ub839\uc744 \uc218\ud589\ud55c\ub2e4.<\/p>\n<p>2 . \u00a0\uc2a4\ud06c\ub9bd\ud2b8 \u00a0\uc11c\ube44\uc2a4\uc5d0 \ub4f1\ub85d\ud558\uae30<\/p>\n<pre class=\"lang:default decode:true \" >]# chkconfig --add test<\/pre>\n<p>\uc704\uc640 \uac19\uc774 \uba85\ub839\uc774 \uc2e4\ud589\ub418\uba74 Kxxtest, Sxxtest \ub9c1\ud06c\uac00 rc3.d\uc5d0 \uc0dd\uc131\ub41c\ub2e4.<br \/>\n\uc774 \ub9c1\ud06c\ub294 \ub7f0\ub808\ubca8 3\uc73c\ub85c \uc2e4\ud589\ud560\uacbd\uc6b0 \uc11c\ube44\uc2a4\ub97c \uc2dc\uc791\ud558\uace0 \uc885\ub8cc\ud558\uae30\uc704\ud55c \uc815\ubcf4\uc774\ub2e4.<\/p>\n<p>3. \ub4f1\ub85d \uc0c1\ud0dc \ud655\uc778\ud558\uae30<\/p>\n<pre class=\"lang:default decode:true \" >]# chkconfig --list test<\/pre>\n<p>\ucc38\uace0 :<br \/>\nhttp:\/\/coffeenix.net\/doc\/KoreanDoc\/html\/Boot_Process-KLDP\/rc.sysinit.html<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; chkconfig \uba85\ub839\uc744 \uc0ac\uc6a9 \ud558\uba74 \uc708\ub3c4\uc6b0 \uc11c\ube44\uc2a4\uc640 \ube44\uc2b7\ud558\uac8c \ub370\ubaac\ud615\ud0dc\ub85c \ud504\ub85c\uadf8\ub7a8\uc744 \uc2e4\ud589\ud560 \uc218 \uc788\ub2e4. 1. \uae30\ub3d9 \uc2a4\ud06c\ub9bd\ud2b8 \uc81c\uc791 # !\/bin\/bash # \/etc\/rc.d\/init.d\/test &#8230; \uc911\ub7b5 &#8230; case &#8220;$1&#8221; in start) # \uc774 \ubd80\ubd84\uc5d0 \uc2dc\uc791\ud558\ub294 \ucf54\ub4dc\ub97c \ub123\ub294\ub2e4. ;; stop) # \uc774 \ubd80\ubd84\uc5d0 \uc885\ub8cc\ud558\ub294 &hellip; <a href=\"https:\/\/apollo89.com\/wordpress\/?p=539\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[661],"tags":[1070,1071],"class_list":["post-539","post","type-post","status-publish","format-standard","hentry","category-system","tag-chkconfig","tag-1071"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30 - Apollo89.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/apollo89.com\/wordpress\/?p=539\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30 - Apollo89.com\" \/>\n<meta property=\"og:description\" content=\"&nbsp; chkconfig \uba85\ub839\uc744 \uc0ac\uc6a9 \ud558\uba74 \uc708\ub3c4\uc6b0 \uc11c\ube44\uc2a4\uc640 \ube44\uc2b7\ud558\uac8c \ub370\ubaac\ud615\ud0dc\ub85c \ud504\ub85c\uadf8\ub7a8\uc744 \uc2e4\ud589\ud560 \uc218 \uc788\ub2e4. 1. \uae30\ub3d9 \uc2a4\ud06c\ub9bd\ud2b8 \uc81c\uc791 # !\/bin\/bash # \/etc\/rc.d\/init.d\/test ... \uc911\ub7b5 ... case &quot;$1&quot; in start) # \uc774 \ubd80\ubd84\uc5d0 \uc2dc\uc791\ud558\ub294 \ucf54\ub4dc\ub97c \ub123\ub294\ub2e4. ;; stop) # \uc774 \ubd80\ubd84\uc5d0 \uc885\ub8cc\ud558\ub294 &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/apollo89.com\/wordpress\/?p=539\" \/>\n<meta property=\"og:site_name\" content=\"Apollo89.com\" \/>\n<meta property=\"article:published_time\" content=\"2012-05-30T04:16:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-02-21T10:37:11+00:00\" \/>\n<meta name=\"author\" content=\"apollo89\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"apollo89\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=539#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=539\"},\"author\":{\"name\":\"apollo89\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"headline\":\"chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30\",\"datePublished\":\"2012-05-30T04:16:11+00:00\",\"dateModified\":\"2013-02-21T10:37:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=539\"},\"wordCount\":24,\"commentCount\":0,\"keywords\":[\"chkconfig\",\"\uc11c\ube44\uc2a4\ub4f1\ub85d\"],\"articleSection\":[\"System\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=539#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=539\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=539\",\"name\":\"chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30 - Apollo89.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#website\"},\"datePublished\":\"2012-05-30T04:16:11+00:00\",\"dateModified\":\"2013-02-21T10:37:11+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=539#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=539\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=539#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/apollo89.com\\\/wordpress\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/\",\"name\":\"Apollo89.com\",\"description\":\"\uc544\ud3f4\ub85c\uc528\uc758 \uc7a1\ub2e4\ud55c \uacbd\ud5d8\ub4e4..\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\",\"name\":\"apollo89\",\"description\":\"\uc544\ud3f4\ub85c89 \uc785\ub2c8\ub2e4.\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30 - Apollo89.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/apollo89.com\/wordpress\/?p=539","og_locale":"ko_KR","og_type":"article","og_title":"chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30 - Apollo89.com","og_description":"&nbsp; chkconfig \uba85\ub839\uc744 \uc0ac\uc6a9 \ud558\uba74 \uc708\ub3c4\uc6b0 \uc11c\ube44\uc2a4\uc640 \ube44\uc2b7\ud558\uac8c \ub370\ubaac\ud615\ud0dc\ub85c \ud504\ub85c\uadf8\ub7a8\uc744 \uc2e4\ud589\ud560 \uc218 \uc788\ub2e4. 1. \uae30\ub3d9 \uc2a4\ud06c\ub9bd\ud2b8 \uc81c\uc791 # !\/bin\/bash # \/etc\/rc.d\/init.d\/test ... \uc911\ub7b5 ... case \"$1\" in start) # \uc774 \ubd80\ubd84\uc5d0 \uc2dc\uc791\ud558\ub294 \ucf54\ub4dc\ub97c \ub123\ub294\ub2e4. ;; stop) # \uc774 \ubd80\ubd84\uc5d0 \uc885\ub8cc\ud558\ub294 &hellip; Continue reading &rarr;","og_url":"https:\/\/apollo89.com\/wordpress\/?p=539","og_site_name":"Apollo89.com","article_published_time":"2012-05-30T04:16:11+00:00","article_modified_time":"2013-02-21T10:37:11+00:00","author":"apollo89","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"apollo89"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/apollo89.com\/wordpress\/?p=539#article","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=539"},"author":{"name":"apollo89","@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"headline":"chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30","datePublished":"2012-05-30T04:16:11+00:00","dateModified":"2013-02-21T10:37:11+00:00","mainEntityOfPage":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=539"},"wordCount":24,"commentCount":0,"keywords":["chkconfig","\uc11c\ube44\uc2a4\ub4f1\ub85d"],"articleSection":["System"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/apollo89.com\/wordpress\/?p=539#respond"]}]},{"@type":"WebPage","@id":"https:\/\/apollo89.com\/wordpress\/?p=539","url":"https:\/\/apollo89.com\/wordpress\/?p=539","name":"chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30 - Apollo89.com","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/#website"},"datePublished":"2012-05-30T04:16:11+00:00","dateModified":"2013-02-21T10:37:11+00:00","author":{"@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"breadcrumb":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=539#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/apollo89.com\/wordpress\/?p=539"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/apollo89.com\/wordpress\/?p=539#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/apollo89.com\/wordpress"},{"@type":"ListItem","position":2,"name":"chkconfig \uba85\ub839\uc744 \uc774\uc6a9\ud55c \uc11c\ube44\uc2a4 \ub4f1\ub85d\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/apollo89.com\/wordpress\/#website","url":"https:\/\/apollo89.com\/wordpress\/","name":"Apollo89.com","description":"\uc544\ud3f4\ub85c\uc528\uc758 \uc7a1\ub2e4\ud55c \uacbd\ud5d8\ub4e4..","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/apollo89.com\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82","name":"apollo89","description":"\uc544\ud3f4\ub85c89 \uc785\ub2c8\ub2e4.","url":"https:\/\/apollo89.com\/wordpress\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/539","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=539"}],"version-history":[{"count":0,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/539\/revisions"}],"wp:attachment":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=539"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=539"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}