<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic crontab in suse linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420797#M36561</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am using Suse linux.&lt;BR /&gt;&lt;BR /&gt;I issued following command to view the crontab entries.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;crontab -l&lt;BR /&gt;&lt;BR /&gt;# DO NOT EDIT THIS FILE - edit the master and reinstall.&lt;BR /&gt;# (/tmp/crontab.10132 installed on Fri Feb 27 13:40:47 2009)&lt;BR /&gt;# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)&lt;BR /&gt;# DO NOT EDIT THIS FILE - edit the master and reinstall.&lt;BR /&gt;# (/tmp/crontab.1933 installed on Tue Jun 17 14:49:55 2008)&lt;BR /&gt;# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What is the meaning of "DO NOT EDIT THIS FILE - edit the master and reinstall."&lt;BR /&gt;&lt;BR /&gt;pls explain me.</description>
    <pubDate>Fri, 15 May 2009 10:47:33 GMT</pubDate>
    <dc:creator>senthil_kumar_1</dc:creator>
    <dc:date>2009-05-15T10:47:33Z</dc:date>
    <item>
      <title>crontab in suse linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420797#M36561</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am using Suse linux.&lt;BR /&gt;&lt;BR /&gt;I issued following command to view the crontab entries.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;crontab -l&lt;BR /&gt;&lt;BR /&gt;# DO NOT EDIT THIS FILE - edit the master and reinstall.&lt;BR /&gt;# (/tmp/crontab.10132 installed on Fri Feb 27 13:40:47 2009)&lt;BR /&gt;# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)&lt;BR /&gt;# DO NOT EDIT THIS FILE - edit the master and reinstall.&lt;BR /&gt;# (/tmp/crontab.1933 installed on Tue Jun 17 14:49:55 2008)&lt;BR /&gt;# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What is the meaning of "DO NOT EDIT THIS FILE - edit the master and reinstall."&lt;BR /&gt;&lt;BR /&gt;pls explain me.</description>
      <pubDate>Fri, 15 May 2009 10:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420797#M36561</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-05-15T10:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: crontab in suse linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420798#M36562</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;What is the meaning of "DO NOT EDIT THIS FILE - edit the master and reinstall."&lt;BR /&gt;&lt;BR /&gt;It means do not edit thil file using vi editor.&lt;BR /&gt;&lt;BR /&gt;remember always use "crontab -e" to edit crontab entries&lt;BR /&gt;&lt;BR /&gt;suraj&lt;BR /&gt;</description>
      <pubDate>Fri, 15 May 2009 11:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420798#M36562</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-15T11:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: crontab in suse linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420799#M36563</link>
      <description>Yes, you should edit crobjobs with crontab -e. That's basically what the message tells you.&lt;BR /&gt;I am not sure about SUSE, but HPUX used to have a tool called cronedit, which did basically crontab -e, but placed a lock on the crontab file, making sure that only one user at a time was changing it.&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Fri, 15 May 2009 11:53:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420799#M36563</guid>
      <dc:creator>Jozef_Novak</dc:creator>
      <dc:date>2009-05-15T11:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: crontab in suse linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420800#M36564</link>
      <description>The cron implementation in SuSE Linux is probably called "Vixie Cron". &lt;BR /&gt;&lt;BR /&gt;Debian uses this too, but it adds this comment to the man page of the crontab command:&lt;BR /&gt;&lt;BR /&gt;-------------&lt;BR /&gt;DEBIAN SPECIFIC&lt;BR /&gt;&lt;BR /&gt;The "out-of-the-box" behaviour for crontab -l is to display the three line "DO NOT EDIT THIS FILE" header that is placed at the beginning of the crontab when it is installed. The problem is that it makes the sequence&lt;BR /&gt;&lt;BR /&gt;       crontab -l | crontab -&lt;BR /&gt;&lt;BR /&gt;non-idempotent -- you keep adding copies of the header. This causes pain to scripts that use sed to edit a crontab. &lt;BR /&gt;-------------&lt;BR /&gt;&lt;BR /&gt;In other words, your crontab has probably been edited by a script. Maybe an installation script of some application?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 15 May 2009 12:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420800#M36564</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-05-15T12:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: crontab in suse linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420801#M36565</link>
      <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;meaning of "DO NOT EDIT THIS FILE&lt;BR /&gt;You can not edit this file by vi editor.&lt;BR /&gt;&lt;BR /&gt;For adding anything, you have to use &lt;BR /&gt;#crontab -e&lt;BR /&gt;then save the the file. &lt;BR /&gt;&lt;BR /&gt;Check below link for details.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www-uxsup.csx.cam.ac.uk/pub/doc/suse/suse9.3/suselinux-adminguide_en/cha.suse.html" target="_blank"&gt;http://www-uxsup.csx.cam.ac.uk/pub/doc/suse/suse9.3/suselinux-adminguide_en/cha.suse.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If it helps , pls assign point.&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Sat, 16 May 2009 03:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420801#M36565</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-16T03:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: crontab in suse linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420802#M36566</link>
      <description>&amp;gt;suraj: remember always use "crontab -e" to edit crontab entries&lt;BR /&gt;&lt;BR /&gt;It would suggest if that's what it meant, it should have said that.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 16 May 2009 04:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420802#M36566</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-16T04:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: crontab in suse linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420803#M36567</link>
      <description>Hi Senthil:&lt;BR /&gt;&lt;BR /&gt;The 'Vixie' implementation (and more about the history of the crontab) is discussed here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Cron" target="_blank"&gt;http://en.wikipedia.org/wiki/Cron&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 18 May 2009 13:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420803#M36567</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-05-18T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: crontab in suse linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420804#M36568</link>
      <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;What is the meaning of "DO NOT EDIT THIS FILE - edit the master and reinstall."&lt;BR /&gt;&lt;BR /&gt;It means do not edit thil file using vi editor.&lt;BR /&gt;&lt;BR /&gt;For editing or other operation of cron, please read the belo links:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.huihoo.com/opensolaris/system-administration-guide-advanced-administration/html/ch15s04.html" target="_blank"&gt;http://docs.huihoo.com/opensolaris/system-administration-guide-advanced-administration/html/ch15s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.adminschoice.com/docs/crontab.htm" target="_blank"&gt;http://www.adminschoice.com/docs/crontab.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Tue, 19 May 2009 04:47:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-in-suse-linux/m-p/4420804#M36568</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2009-05-19T04:47:42Z</dc:date>
    </item>
  </channel>
</rss>

