<?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: process interrupts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-interrupts/m-p/3285694#M181122</link>
    <description>thank you guys!</description>
    <pubDate>Tue, 25 May 2004 04:24:42 GMT</pubDate>
    <dc:creator>Igor Sovin</dc:creator>
    <dc:date>2004-05-25T04:24:42Z</dc:date>
    <item>
      <title>process interrupts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-interrupts/m-p/3285691#M181119</link>
      <description>Hi all !&lt;BR /&gt;&lt;BR /&gt;I run one process in terminal window and when I close window process interrupts.&lt;BR /&gt;How to make process continue running even if I close terminal window?</description>
      <pubDate>Tue, 25 May 2004 03:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-interrupts/m-p/3285691#M181119</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-05-25T03:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: process interrupts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-interrupts/m-p/3285692#M181120</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;You can use nohup &lt;COMMAND name=""&gt;&lt;/COMMAND&gt;&lt;BR /&gt;In this case if you close the window it will not be interrupted.&lt;BR /&gt;&lt;BR /&gt;Please make a note of the PID no so that you can have a look latter.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;&lt;BR /&gt;Amit Manna</description>
      <pubDate>Tue, 25 May 2004 03:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-interrupts/m-p/3285692#M181120</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2004-05-25T03:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: process interrupts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-interrupts/m-p/3285693#M181121</link>
      <description>Yes, you can execute a command in the background using nohup, the following is a small script I use to capture the return value of the command&lt;BR /&gt;#!/usr/bin/sh!&lt;BR /&gt;&lt;BR /&gt;nohup &lt;COMMAND&gt;&lt;BR /&gt;&lt;BR /&gt;if [ $? = 0 ]&lt;BR /&gt;then&lt;BR /&gt;echo "echo command succesful" &amp;gt; /tmp/command.log&lt;BR /&gt;else&lt;BR /&gt;echo "command unsuccesful" &amp;gt; /tmp/command.err&lt;BR /&gt;fi&lt;BR /&gt;&lt;/COMMAND&gt;</description>
      <pubDate>Tue, 25 May 2004 03:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-interrupts/m-p/3285693#M181121</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-05-25T03:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: process interrupts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-interrupts/m-p/3285694#M181122</link>
      <description>thank you guys!</description>
      <pubDate>Tue, 25 May 2004 04:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-interrupts/m-p/3285694#M181122</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-05-25T04:24:42Z</dc:date>
    </item>
  </channel>
</rss>

