<?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 What are Time and Event Based Scripting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-time-and-event-based-scripting/m-p/3353999#M192941</link>
    <description>Hello All,&lt;BR /&gt;It will of great help if any could answer the below listed question for me.&lt;BR /&gt;1. What are time based and event based shell scripting and how to write these scripts, any site for reference.&lt;BR /&gt;2.What is xmail and sendmail, how to configure and use it. what is the best possible scenario where we can use it.&lt;BR /&gt;3.How to configure FTP server and what security, steps to be followed to configure it.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sai</description>
    <pubDate>Tue, 10 Aug 2004 23:38:13 GMT</pubDate>
    <dc:creator>sai.prashant</dc:creator>
    <dc:date>2004-08-10T23:38:13Z</dc:date>
    <item>
      <title>What are Time and Event Based Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-time-and-event-based-scripting/m-p/3353999#M192941</link>
      <description>Hello All,&lt;BR /&gt;It will of great help if any could answer the below listed question for me.&lt;BR /&gt;1. What are time based and event based shell scripting and how to write these scripts, any site for reference.&lt;BR /&gt;2.What is xmail and sendmail, how to configure and use it. what is the best possible scenario where we can use it.&lt;BR /&gt;3.How to configure FTP server and what security, steps to be followed to configure it.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sai</description>
      <pubDate>Tue, 10 Aug 2004 23:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-time-and-event-based-scripting/m-p/3353999#M192941</guid>
      <dc:creator>sai.prashant</dc:creator>
      <dc:date>2004-08-10T23:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: What are Time and Event Based Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-time-and-event-based-scripting/m-p/3354000#M192942</link>
      <description>1 ????  cron, runs things at a particular time&lt;BR /&gt;2 sendmail is the basic unix mail transport. To learn more try &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt;&lt;BR /&gt;3 &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/12-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/12-toc.html&amp;amp;searchterms=configuration%7csecurity%7cftp&amp;amp;queryid=20040810-224202" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/12-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/12-toc.html&amp;amp;searchterms=configuration%7csecurity%7cftp&amp;amp;queryid=20040810-224202&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5990-6728/5990-6728_top.html&amp;amp;con=/hpux/onlinedocs/5990-6728/00/00/19-con.html&amp;amp;toc=/hpux/onlinedocs/5990-6728/00/00/19-toc.html&amp;amp;searchterms=configuration%7csecurity%7cftp&amp;amp;queryid=20040810-224202" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5990-6728/5990-6728_top.html&amp;amp;con=/hpux/onlinedocs/5990-6728/00/00/19-con.html&amp;amp;toc=/hpux/onlinedocs/5990-6728/00/00/19-toc.html&amp;amp;searchterms=configuration%7csecurity%7cftp&amp;amp;queryid=20040810-224202&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Aug 2004 23:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-time-and-event-based-scripting/m-p/3354000#M192942</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-10T23:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: What are Time and Event Based Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-time-and-event-based-scripting/m-p/3354001#M192943</link>
      <description>1. Scripts are can be automated regarding to time by cron job or by putting sleep time on the script. After the particular time script will be executed to do the specific job.&lt;BR /&gt;&lt;BR /&gt;   Event based one depends upon your requirement such as, if a log file gets any entry then execute this module or if you get any signal ( trap ) the execute this function like that. &lt;BR /&gt;&lt;BR /&gt;  We can say event as,&lt;BR /&gt;&lt;BR /&gt;   if check point&lt;BR /&gt;      event1&lt;BR /&gt;   else&lt;BR /&gt;      eventn&lt;BR /&gt;&lt;BR /&gt;  It is also can be given as event based one&lt;BR /&gt;&lt;BR /&gt;2. xmail are web based mail service. And get more informations over &lt;A href="http://freshmeat.net/projects/xmail/" target="_blank"&gt;http://freshmeat.net/projects/xmail/&lt;/A&gt;&lt;BR /&gt;   sendmail informations can be known it's man page and related files&lt;BR /&gt;&lt;BR /&gt;3. &lt;A href="http://docs.hp.com/" target="_blank"&gt;http://docs.hp.com/&lt;/A&gt; search here to get your needed document on ftp configuration.&lt;BR /&gt;&lt;BR /&gt;  We can give security to ftp using inetd.sec file / .netrc file / ftpaccess files / ftp users file.&lt;BR /&gt; &lt;BR /&gt;  You can view all those informations from ftpd ftp man pages.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 00:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-time-and-event-based-scripting/m-p/3354001#M192943</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-08-11T00:19:51Z</dc:date>
    </item>
  </channel>
</rss>

