<?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: Suspending a process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630318#M40966</link>
    <description>hey,&lt;BR /&gt;&lt;BR /&gt;Use 'kill -24 pid' to pause a process.&lt;BR /&gt;&lt;BR /&gt;then 'kill -26 pid' to continue.&lt;BR /&gt;&lt;BR /&gt;see man kill for more information&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Wed, 12 Dec 2001 15:30:35 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2001-12-12T15:30:35Z</dc:date>
    <item>
      <title>Suspending a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630314#M40962</link>
      <description>Is there any way to suspend an actively executing process?  It is a user process;  we do not want to kill it, just put it on "hold" until we can determine what it has done.</description>
      <pubDate>Wed, 12 Dec 2001 15:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630314#M40962</guid>
      <dc:creator>Evelyn Daroga</dc:creator>
      <dc:date>2001-12-12T15:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Suspending a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630315#M40963</link>
      <description>&lt;CONTL&gt; z will stop a process, not kill it.  Then you can run fg and it will start the processes again&lt;/CONTL&gt;</description>
      <pubDate>Wed, 12 Dec 2001 15:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630315#M40963</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-12T15:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Suspending a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630316#M40964</link>
      <description>something else, if its not run from your terminal, you can run kill -24 PID to pasue,&lt;BR /&gt;then kill -26 PID to continue</description>
      <pubDate>Wed, 12 Dec 2001 15:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630316#M40964</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-12T15:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Suspending a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630317#M40965</link>
      <description>Yep, you can send it a SIGSTOP:&lt;BR /&gt;&lt;BR /&gt;$ kill -STOP &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;And to get it running again, SIGCONT:&lt;BR /&gt;&lt;BR /&gt;$ kill -CONT &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Steve&lt;/PID&gt;&lt;/PID&gt;</description>
      <pubDate>Wed, 12 Dec 2001 15:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630317#M40965</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2001-12-12T15:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Suspending a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630318#M40966</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;Use 'kill -24 pid' to pause a process.&lt;BR /&gt;&lt;BR /&gt;then 'kill -26 pid' to continue.&lt;BR /&gt;&lt;BR /&gt;see man kill for more information&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 12 Dec 2001 15:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630318#M40966</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-12T15:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Suspending a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630319#M40967</link>
      <description>Do a kill -24 pid on the process to stop. kill -26 pid will resume it.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 12 Dec 2001 15:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630319#M40967</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-12-12T15:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Suspending a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630320#M40968</link>
      <description>HI&lt;BR /&gt;You can use the kill command to stop the process.&lt;BR /&gt;Here are details on signames&lt;BR /&gt;&lt;BR /&gt;24 SIGSTOP Stop  Pause the process; cannot be trapped.&lt;BR /&gt;25 SIGTSTP Terminal stop  Pause the process; can be trapped&lt;BR /&gt;26 SIGCONT Continue Run a stopped process&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Wed, 12 Dec 2001 15:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630320#M40968</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-12-12T15:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suspending a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630321#M40969</link>
      <description>If you are at the command line and have run your process in your current shell Jeffs method will work great. However, if the process is running outside of your shell then use the kill -24 command on the PID to pause the process.  Then use the kill -26 command on the PID to resume a paused process.  Check out the man page on kill.  It also has some good examples at the end.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Wed, 12 Dec 2001 15:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630321#M40969</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2001-12-12T15:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Suspending a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630322#M40970</link>
      <description>Thanks for all the quick reponses!  All answers were very helpful!</description>
      <pubDate>Wed, 12 Dec 2001 15:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/suspending-a-process/m-p/2630322#M40970</guid>
      <dc:creator>Evelyn Daroga</dc:creator>
      <dc:date>2001-12-12T15:48:30Z</dc:date>
    </item>
  </channel>
</rss>

