<?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: what is nohup? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616454#M37619</link>
    <description>see 'man nohup'.&lt;BR /&gt;its documented quite well there.</description>
    <pubDate>Mon, 19 Nov 2001 09:09:59 GMT</pubDate>
    <dc:creator>Deepak Extross</dc:creator>
    <dc:date>2001-11-19T09:09:59Z</dc:date>
    <item>
      <title>what is nohup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616451#M37616</link>
      <description>Hi, I want to know what is nohup? Why nohup?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 19 Nov 2001 09:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616451#M37616</guid>
      <dc:creator>Lalo_Weng</dc:creator>
      <dc:date>2001-11-19T09:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: what is nohup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616452#M37617</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;nohup means 'no hang up'. When you login in a system and type some command or executing script in command prompt, it will hold up for a while until the job is finished. During this time, there is no prompt and you cannot execute anything. But with 'nohup' before your command, it will execute the job at the background and at the same time, you can still type any other command at the prompt which do not bother your previous job !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Mon, 19 Nov 2001 09:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616452#M37617</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2001-11-19T09:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: what is nohup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616453#M37618</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use nohup (no hang-up) so that your background processes do not get terminated when you exit your login session eg.&lt;BR /&gt;&lt;BR /&gt;$ nohup forever_running_script &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Mon, 19 Nov 2001 09:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616453#M37618</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-11-19T09:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: what is nohup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616454#M37619</link>
      <description>see 'man nohup'.&lt;BR /&gt;its documented quite well there.</description>
      <pubDate>Mon, 19 Nov 2001 09:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616454#M37619</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2001-11-19T09:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: what is nohup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616455#M37620</link>
      <description>Do we have to put a '&amp;amp;' after the command when we issue the command with 'nohup'? What is means when you put a '&amp;amp;' after the command?</description>
      <pubDate>Mon, 19 Nov 2001 09:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616455#M37620</guid>
      <dc:creator>Lalo_Weng</dc:creator>
      <dc:date>2001-11-19T09:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: what is nohup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616456#M37621</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;amp; means run the process in the background.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Mon, 19 Nov 2001 09:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616456#M37621</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-11-19T09:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: what is nohup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616457#M37622</link>
      <description>Hi,&lt;BR /&gt;nohup makes started process to ignore hangup and quit signals, thus  our process wont die when his parent dies.&lt;BR /&gt;Best way to run a process with nohup is:&lt;BR /&gt;&lt;BR /&gt;# nohup our_process &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Run it in background.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2001 10:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616457#M37622</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2001-11-19T10:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: what is nohup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616458#M37623</link>
      <description>if you use the &amp;amp;&lt;BR /&gt;and have done it lots of times, &lt;BR /&gt;use teh command jobs&lt;BR /&gt;to figure out what 'jobs' are in the background &lt;BR /&gt;&lt;BR /&gt;bring them to the foreground with fg %jobid&lt;BR /&gt;You can kill with kill %job&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 19 Nov 2001 11:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616458#M37623</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-11-19T11:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: what is nohup?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616459#M37624</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think previous replies may cause some confusion.&lt;BR /&gt;&lt;BR /&gt;Nohup has nothing to do with putting a process in the background.  Appending an "&amp;amp;" to your command line causes that process to run in the background.&lt;BR /&gt;&lt;BR /&gt;Nohup has everything to do with keeping a process running after you "hang up" the connection.&lt;BR /&gt;&lt;BR /&gt;An example of when I run a nohup process is when I need to dial-in, start a long-running process, and hang up the connection.  The job needs to be started with nohup put in the background so I can logout without the job quitting.&lt;BR /&gt;&lt;BR /&gt;Also, by default output is written to nohup.out so you may want to redirect stdout and stderr when nohup'ing a process.  I'd use:&lt;BR /&gt;nohup command line with args &amp;gt;output_filename 2&amp;gt;&amp;amp;1 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Mon, 19 Nov 2001 14:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-nohup/m-p/2616459#M37624</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-11-19T14:38:16Z</dc:date>
    </item>
  </channel>
</rss>

