<?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 Re: crontab on linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105378#M7516</link>
    <description>Have you got it solved ?&lt;BR /&gt;&lt;BR /&gt;J-P (dont forget to assign points, thanks)</description>
    <pubDate>Wed, 29 Oct 2003 11:51:38 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2003-10-29T11:51:38Z</dc:date>
    <item>
      <title>crontab on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105371#M7509</link>
      <description>Hi!&lt;BR /&gt;I have one crontab on linux server but jobs are not running...  what can i do! pls helpme</description>
      <pubDate>Wed, 29 Oct 2003 11:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105371#M7509</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-10-29T11:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: crontab on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105372#M7510</link>
      <description>Is the cron daemon running? (ps -ef). Check the permission of crontab file and the log files for any errors.</description>
      <pubDate>Wed, 29 Oct 2003 11:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105372#M7510</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-10-29T11:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: crontab on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105373#M7511</link>
      <description>first have a look to see if you crontab is still there &lt;BR /&gt;&lt;BR /&gt;Login as root try&lt;BR /&gt;&lt;BR /&gt;#crontab -l&lt;BR /&gt;&lt;BR /&gt;This should display your crontab entry&lt;BR /&gt;&lt;BR /&gt;Next&lt;BR /&gt;&lt;BR /&gt; ps -ef | grep -v " grep " | grep -i "crond"&lt;BR /&gt;&lt;BR /&gt;if crond is not running&lt;BR /&gt;&lt;BR /&gt;#service crond status&lt;BR /&gt;&lt;BR /&gt;if realy not there the restart service &lt;BR /&gt;&lt;BR /&gt;like &lt;BR /&gt;&lt;BR /&gt;#service crond start&lt;BR /&gt;&lt;BR /&gt;BUT be carefull !!! this could start all your crontab now be sure this what you want&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;keep us informed&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2003 11:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105373#M7511</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-29T11:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: crontab on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105374#M7512</link>
      <description>crontab -e directly edits this file.&lt;BR /&gt;&lt;BR /&gt;The editor works like vi&lt;BR /&gt;&lt;BR /&gt;Shift-ZZ&lt;BR /&gt;&lt;BR /&gt;Will save it and exit it. If there are errors, they will display.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 29 Oct 2003 11:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105374#M7512</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-29T11:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: crontab on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105375#M7513</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Crond daemon is running, permisson for /var/spool/cron are rwx------, /var/spool/cron/ias9ir2 are rw-------. Are taht permissions wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 29 Oct 2003 11:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105375#M7513</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-10-29T11:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: crontab on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105376#M7514</link>
      <description>here they are like&lt;BR /&gt;&lt;BR /&gt;drwx------    2 root     root         4096 Sep 21 17:01 cron&lt;BR /&gt;&lt;BR /&gt;-rw------- for users&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2003 11:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105376#M7514</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-29T11:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: crontab on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105377#M7515</link>
      <description>Thanks for all</description>
      <pubDate>Wed, 29 Oct 2003 11:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105377#M7515</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-10-29T11:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: crontab on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105378#M7516</link>
      <description>Have you got it solved ?&lt;BR /&gt;&lt;BR /&gt;J-P (dont forget to assign points, thanks)</description>
      <pubDate>Wed, 29 Oct 2003 11:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105378#M7516</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-29T11:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: crontab on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105379#M7517</link>
      <description>yes! it is solved! thanks</description>
      <pubDate>Wed, 29 Oct 2003 11:53:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-on-linux/m-p/3105379#M7517</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-10-29T11:53:32Z</dc:date>
    </item>
  </channel>
</rss>

