{"id":475,"date":"2021-01-12T05:15:11","date_gmt":"2021-01-12T05:15:11","guid":{"rendered":"https:\/\/cyberchunk.com\/?p=475"},"modified":"2023-08-07T10:47:32","modified_gmt":"2023-08-07T10:47:32","slug":"fix-crontab-saving-error","status":"publish","type":"post","link":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/","title":{"rendered":"Error during saving of crontab: You (daemon) are not allowed to use this program (crontab)"},"content":{"rendered":"\n<p>When the linux os installed on the system two kinds of file created to configure crontab one is called cron.allow and other one is cron.deny<\/p>\n\n\n\n<p>If it is not present in the server crontab utility throws not allowed to use this program error when the user try to use crontab.<\/p>\n\n\n\n<p>To solve this error system admin need to create cron.allow &amp; cron.deny files to add the user to access or deny crontab utility.<\/p>\n\n\n\n<p>The below steps used to solve not allowed to use this program error.<\/p>\n\n\n\n<p>$ crontab -e<\/p>\n\n\n\n<p>You (oracle) are not allowed to use this program (crontab)<\/p>\n\n\n\n<p>See crontab(1) for more information<\/p>\n\n\n\n<p><strong>solution:<\/strong><\/p>\n\n\n\n<p><strong>step 1:<\/strong><\/p>\n\n\n\n<p>The following files control crontab usage<\/p>\n\n\n\n<p>\/etc\/cron.allow<\/p>\n\n\n\n<p>\/etc\/cron.deny<\/p>\n\n\n\n<p><strong>step 2:<\/strong><\/p>\n\n\n\n<p>Go to the root user and add oracle user to the following file:<\/p>\n\n\n\n<p>echo oracle &gt; \/etc\/cron.allow<\/p>\n\n\n\n<p>To delete user-oracle from \/etc\/cron.deny file.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When the linux os installed on the system two kinds of file created to configure crontab one is called cron.allow and other one is cron.deny &hellip;<\/p>\n","protected":false},"author":1,"featured_media":504,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[68],"tags":[17,114,106],"class_list":["post-475","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-infra-benchmarks","tag-business","tag-crontab","tag-technical"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.5 (Yoast SEO v25.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Fixing &quot;Error during saving of crontab&quot; Issue: Solutions<\/title>\n<meta name=\"description\" content=\"Resolve the &quot;Error during saving of crontab&quot; issue. Get solutions and troubleshooting tips for fixing this crontab permission problem.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Error during saving of crontab: You (daemon) are not allowed to use this program (crontab)\" \/>\n<meta property=\"og:description\" content=\"Resolve the &quot;Error during saving of crontab&quot; issue. Get solutions and troubleshooting tips for fixing this crontab permission problem.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/\" \/>\n<meta property=\"og:site_name\" content=\"Pracoda Technologies\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cyberchunkin\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-12T05:15:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-07T10:47:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pracoda.com\/blog\/wp-content\/uploads\/2021\/01\/understanding-crontab-1200x385-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1198\" \/>\n\t<meta property=\"og:image:height\" content=\"353\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"prakash\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"prakash\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/\"},\"author\":{\"name\":\"prakash\",\"@id\":\"https:\/\/pracoda.com\/blog\/#\/schema\/person\/758a6d1f2973de0cff80453cd6eb299e\"},\"headline\":\"Error during saving of crontab: You (daemon) are not allowed to use this program (crontab)\",\"datePublished\":\"2021-01-12T05:15:11+00:00\",\"dateModified\":\"2023-08-07T10:47:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/\"},\"wordCount\":164,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/pracoda.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pracoda.com\/blog\/wp-content\/uploads\/2021\/01\/understanding-crontab-1200x385-1.jpg\",\"keywords\":[\"Business\",\"crontab\",\"Technical\"],\"articleSection\":[\"Infra Benchmarks\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/\",\"url\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/\",\"name\":\"Fixing \\\"Error during saving of crontab\\\" Issue: Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/pracoda.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pracoda.com\/blog\/wp-content\/uploads\/2021\/01\/understanding-crontab-1200x385-1.jpg\",\"datePublished\":\"2021-01-12T05:15:11+00:00\",\"dateModified\":\"2023-08-07T10:47:32+00:00\",\"description\":\"Resolve the \\\"Error during saving of crontab\\\" issue. Get solutions and troubleshooting tips for fixing this crontab permission problem.\",\"breadcrumb\":{\"@id\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#primaryimage\",\"url\":\"https:\/\/pracoda.com\/blog\/wp-content\/uploads\/2021\/01\/understanding-crontab-1200x385-1.jpg\",\"contentUrl\":\"https:\/\/pracoda.com\/blog\/wp-content\/uploads\/2021\/01\/understanding-crontab-1200x385-1.jpg\",\"width\":1198,\"height\":353},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pracoda.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Error during saving of crontab: You (daemon) are not allowed to use this program (crontab)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pracoda.com\/blog\/#website\",\"url\":\"https:\/\/pracoda.com\/blog\/\",\"name\":\"Pracoda Technologies\",\"description\":\"Unveiling the Digital Landscape: Navigating Tech, Scams, and Societal Shifts\",\"publisher\":{\"@id\":\"https:\/\/pracoda.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pracoda.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pracoda.com\/blog\/#organization\",\"name\":\"CyberChunk\",\"url\":\"https:\/\/pracoda.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pracoda.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cyberchunk.com\/wp-content\/uploads\/2023\/08\/CyberChunk-Logos-1-1.png\",\"contentUrl\":\"https:\/\/cyberchunk.com\/wp-content\/uploads\/2023\/08\/CyberChunk-Logos-1-1.png\",\"width\":1409,\"height\":293,\"caption\":\"CyberChunk\"},\"image\":{\"@id\":\"https:\/\/pracoda.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/cyberchunkin\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/pracoda.com\/blog\/#\/schema\/person\/758a6d1f2973de0cff80453cd6eb299e\",\"name\":\"prakash\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pracoda.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/af9d52a696766d27b7ffcff0321f8743973b88cbd4c13d9594dfc0d4744913c3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/af9d52a696766d27b7ffcff0321f8743973b88cbd4c13d9594dfc0d4744913c3?s=96&d=mm&r=g\",\"caption\":\"prakash\"},\"description\":\"The proactive Magento developer, DevOps expert, and e-commerce consultant behind Pracoda Technologies is the driving force behind our commitment to delivering excellence in software solutions. With a diverse skill set, strategic mindset, and collaborative approach, our leadership ensures we remain at the forefront of innovation, consistently propelling clients toward success and customer satisfaction as we navigate the ever-evolving e-commerce landscape.\",\"sameAs\":[\"https:\/\/cyberchunk.com\"],\"knowsAbout\":[\"CyberSecurity\"],\"knowsLanguage\":[\"English\"],\"jobTitle\":\"Senior Software Enginner\",\"worksFor\":\"Pracoda Technologies\",\"url\":\"https:\/\/pracoda.com\/blog\/author\/prakash\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Fixing \"Error during saving of crontab\" Issue: Solutions","description":"Resolve the \"Error during saving of crontab\" issue. Get solutions and troubleshooting tips for fixing this crontab permission problem.","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:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/","og_locale":"en_US","og_type":"article","og_title":"Error during saving of crontab: You (daemon) are not allowed to use this program (crontab)","og_description":"Resolve the \"Error during saving of crontab\" issue. Get solutions and troubleshooting tips for fixing this crontab permission problem.","og_url":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/","og_site_name":"Pracoda Technologies","article_publisher":"https:\/\/www.facebook.com\/cyberchunkin\/","article_published_time":"2021-01-12T05:15:11+00:00","article_modified_time":"2023-08-07T10:47:32+00:00","og_image":[{"width":1198,"height":353,"url":"https:\/\/pracoda.com\/blog\/wp-content\/uploads\/2021\/01\/understanding-crontab-1200x385-1.jpg","type":"image\/jpeg"}],"author":"prakash","twitter_card":"summary_large_image","twitter_misc":{"Written by":"prakash","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#article","isPartOf":{"@id":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/"},"author":{"name":"prakash","@id":"https:\/\/pracoda.com\/blog\/#\/schema\/person\/758a6d1f2973de0cff80453cd6eb299e"},"headline":"Error during saving of crontab: You (daemon) are not allowed to use this program (crontab)","datePublished":"2021-01-12T05:15:11+00:00","dateModified":"2023-08-07T10:47:32+00:00","mainEntityOfPage":{"@id":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/"},"wordCount":164,"commentCount":0,"publisher":{"@id":"https:\/\/pracoda.com\/blog\/#organization"},"image":{"@id":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#primaryimage"},"thumbnailUrl":"https:\/\/pracoda.com\/blog\/wp-content\/uploads\/2021\/01\/understanding-crontab-1200x385-1.jpg","keywords":["Business","crontab","Technical"],"articleSection":["Infra Benchmarks"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/","url":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/","name":"Fixing \"Error during saving of crontab\" Issue: Solutions","isPartOf":{"@id":"https:\/\/pracoda.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#primaryimage"},"image":{"@id":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#primaryimage"},"thumbnailUrl":"https:\/\/pracoda.com\/blog\/wp-content\/uploads\/2021\/01\/understanding-crontab-1200x385-1.jpg","datePublished":"2021-01-12T05:15:11+00:00","dateModified":"2023-08-07T10:47:32+00:00","description":"Resolve the \"Error during saving of crontab\" issue. Get solutions and troubleshooting tips for fixing this crontab permission problem.","breadcrumb":{"@id":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#primaryimage","url":"https:\/\/pracoda.com\/blog\/wp-content\/uploads\/2021\/01\/understanding-crontab-1200x385-1.jpg","contentUrl":"https:\/\/pracoda.com\/blog\/wp-content\/uploads\/2021\/01\/understanding-crontab-1200x385-1.jpg","width":1198,"height":353},{"@type":"BreadcrumbList","@id":"https:\/\/pracoda.com\/blog\/fix-crontab-saving-error\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pracoda.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Error during saving of crontab: You (daemon) are not allowed to use this program (crontab)"}]},{"@type":"WebSite","@id":"https:\/\/pracoda.com\/blog\/#website","url":"https:\/\/pracoda.com\/blog\/","name":"Pracoda Technologies","description":"Unveiling the Digital Landscape: Navigating Tech, Scams, and Societal Shifts","publisher":{"@id":"https:\/\/pracoda.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pracoda.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pracoda.com\/blog\/#organization","name":"CyberChunk","url":"https:\/\/pracoda.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pracoda.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cyberchunk.com\/wp-content\/uploads\/2023\/08\/CyberChunk-Logos-1-1.png","contentUrl":"https:\/\/cyberchunk.com\/wp-content\/uploads\/2023\/08\/CyberChunk-Logos-1-1.png","width":1409,"height":293,"caption":"CyberChunk"},"image":{"@id":"https:\/\/pracoda.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/cyberchunkin\/"]},{"@type":"Person","@id":"https:\/\/pracoda.com\/blog\/#\/schema\/person\/758a6d1f2973de0cff80453cd6eb299e","name":"prakash","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pracoda.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/af9d52a696766d27b7ffcff0321f8743973b88cbd4c13d9594dfc0d4744913c3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/af9d52a696766d27b7ffcff0321f8743973b88cbd4c13d9594dfc0d4744913c3?s=96&d=mm&r=g","caption":"prakash"},"description":"The proactive Magento developer, DevOps expert, and e-commerce consultant behind Pracoda Technologies is the driving force behind our commitment to delivering excellence in software solutions. With a diverse skill set, strategic mindset, and collaborative approach, our leadership ensures we remain at the forefront of innovation, consistently propelling clients toward success and customer satisfaction as we navigate the ever-evolving e-commerce landscape.","sameAs":["https:\/\/cyberchunk.com"],"knowsAbout":["CyberSecurity"],"knowsLanguage":["English"],"jobTitle":"Senior Software Enginner","worksFor":"Pracoda Technologies","url":"https:\/\/pracoda.com\/blog\/author\/prakash\/"}]}},"_links":{"self":[{"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/posts\/475","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/comments?post=475"}],"version-history":[{"count":1,"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/posts\/475\/revisions"}],"predecessor-version":[{"id":476,"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/posts\/475\/revisions\/476"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/media\/504"}],"wp:attachment":[{"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/media?parent=475"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/categories?post=475"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pracoda.com\/blog\/wp-json\/wp\/v2\/tags?post=475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}