<?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 script for killing all ftpd sessions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-killing-all-ftpd-sessions/m-p/5146975#M453770</link>
    <description>I have many ftp sessions in my server (rp7420 HPUX 11.11).  I need to kill all these ftpd sessions periodically. I am using following command to kill these sessions:&lt;BR /&gt;kill -9 ` ps -ef|grep ftpd|awk '{print $2}'`&lt;BR /&gt;.  This line I have added in one file and running the file with a cron job.  But the cron job is itself killing the first ftpd job it is finding and not the other ftp sessions.&lt;BR /&gt;How it can be achieved?  Thanks in advance.</description>
    <pubDate>Thu, 18 Dec 2008 10:50:16 GMT</pubDate>
    <dc:creator>Deepu Chakravarty</dc:creator>
    <dc:date>2008-12-18T10:50:16Z</dc:date>
    <item>
      <title>script for killing all ftpd sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-killing-all-ftpd-sessions/m-p/5146975#M453770</link>
      <description>I have many ftp sessions in my server (rp7420 HPUX 11.11).  I need to kill all these ftpd sessions periodically. I am using following command to kill these sessions:&lt;BR /&gt;kill -9 ` ps -ef|grep ftpd|awk '{print $2}'`&lt;BR /&gt;.  This line I have added in one file and running the file with a cron job.  But the cron job is itself killing the first ftpd job it is finding and not the other ftp sessions.&lt;BR /&gt;How it can be achieved?  Thanks in advance.</description>
      <pubDate>Thu, 18 Dec 2008 10:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-killing-all-ftpd-sessions/m-p/5146975#M453770</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2008-12-18T10:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: script for killing all ftpd sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-killing-all-ftpd-sessions/m-p/5146976#M453771</link>
      <description>Add -9 if it fails:&lt;BR /&gt;kill $(UNIX95=EXTENDED_PS ps -C ftpd -opid=)</description>
      <pubDate>Thu, 18 Dec 2008 10:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-killing-all-ftpd-sessions/m-p/5146976#M453771</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-18T10:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: script for killing all ftpd sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-killing-all-ftpd-sessions/m-p/5146977#M453772</link>
      <description>I have able to done.  Thanks.</description>
      <pubDate>Thu, 18 Dec 2008 11:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-killing-all-ftpd-sessions/m-p/5146977#M453772</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2008-12-18T11:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: script for killing all ftpd sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-killing-all-ftpd-sessions/m-p/5146978#M453773</link>
      <description>If you are happy with the answers, please read the following about assigning points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Thu, 18 Dec 2008 20:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-killing-all-ftpd-sessions/m-p/5146978#M453773</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-18T20:17:46Z</dc:date>
    </item>
  </channel>
</rss>

