<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: nohup Execute Commands After You Exit From a Shell Prompt</title>
	<atom:link href="http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html</link>
	<description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description>
	<lastBuildDate>Sat, 20 Mar 2010 00:34:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Solaris</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-149456</link>
		<dc:creator>Solaris</dc:creator>
		<pubDate>Sun, 12 Jul 2009 15:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-149456</guid>
		<description>I found these two methods googling:

Method 1:
- start the process from console
- send it to background CTRL + Z
- then disown -a

Method 2:
nohup command</description>
		<content:encoded><![CDATA[<p>I found these two methods googling:</p>
<p>Method 1:<br />
- start the process from console<br />
- send it to background CTRL + Z<br />
- then disown -a</p>
<p>Method 2:<br />
nohup command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billyduc</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-149254</link>
		<dc:creator>billyduc</dc:creator>
		<pubDate>Wed, 01 Jul 2009 10:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-149254</guid>
		<description>I have the situation...
I did ssh to the remote server. Run the yum -y update command without nohup! 
The updating run for a while and I want to log out off the remote server...and I want yum still run even I log out..
How can I use &#039;nohup&#039; without canceling my update !
thanks for any suggestions !!</description>
		<content:encoded><![CDATA[<p>I have the situation&#8230;<br />
I did ssh to the remote server. Run the yum -y update command without nohup!<br />
The updating run for a while and I want to log out off the remote server&#8230;and I want yum still run even I log out..<br />
How can I use &#8216;nohup&#8217; without canceling my update !<br />
thanks for any suggestions !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Grindstaff</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148941</link>
		<dc:creator>Dan Grindstaff</dc:creator>
		<pubDate>Fri, 12 Jun 2009 20:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148941</guid>
		<description>Hi and thanks for the reply. I am seeing error messages that files cannot be found that I know are present in a different folder (where it should be looking). That is what concerned me that I might have forced the process to look only in it&#039;s current directory with &quot;./&quot;. When I get the prompt back I can ps and see the job running.</description>
		<content:encoded><![CDATA[<p>Hi and thanks for the reply. I am seeing error messages that files cannot be found that I know are present in a different folder (where it should be looking). That is what concerned me that I might have forced the process to look only in it&#8217;s current directory with &#8220;./&#8221;. When I get the prompt back I can ps and see the job running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Gite</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148939</link>
		<dc:creator>Vivek Gite</dc:creator>
		<pubDate>Fri, 12 Jun 2009 19:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148939</guid>
		<description>What kind of error you get in log files? When you get prompt back what do you see with ps and jobs command?</description>
		<content:encoded><![CDATA[<p>What kind of error you get in log files? When you get prompt back what do you see with ps and jobs command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Grindstaff</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148938</link>
		<dc:creator>Dan Grindstaff</dc:creator>
		<pubDate>Fri, 12 Jun 2009 16:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148938</guid>
		<description>I just checked with my Unix admin who thinks that it does not matter whether you include the ./ in the nohup string.  Also, If I hit return during the process I get my prompt back and can run a monitoring script.</description>
		<content:encoded><![CDATA[<p>I just checked with my Unix admin who thinks that it does not matter whether you include the ./ in the nohup string.  Also, If I hit return during the process I get my prompt back and can run a monitoring script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Grindstaff</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148937</link>
		<dc:creator>Dan Grindstaff</dc:creator>
		<pubDate>Fri, 12 Jun 2009 16:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148937</guid>
		<description>Thanks for the reply.  Yes command is in current directory but nohup log lists several complaints about not being able to find various files.  Also, when executing, I was expecting to be returned to the command prompt which I was not.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.  Yes command is in current directory but nohup log lists several complaints about not being able to find various files.  Also, when executing, I was expecting to be returned to the command prompt which I was not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Gite</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148936</link>
		<dc:creator>Vivek Gite</dc:creator>
		<pubDate>Fri, 12 Jun 2009 16:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148936</guid>
		<description>./ means run command from current directory. Do you have command in current dir?</description>
		<content:encoded><![CDATA[<p>./ means run command from current directory. Do you have command in current dir?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Grindstaff</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148935</link>
		<dc:creator>Dan Grindstaff</dc:creator>
		<pubDate>Fri, 12 Jun 2009 15:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148935</guid>
		<description>I used nohup as follows... nohup ./command &amp;.  Did I make a mistake in putting the &quot;./&quot; in front of the command when executing it?</description>
		<content:encoded><![CDATA[<p>I used nohup as follows&#8230; nohup ./command &amp;.  Did I make a mistake in putting the &#8220;./&#8221; in front of the command when executing it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148377</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 30 Apr 2009 08:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148377</guid>
		<description>Thanks.  Excellent for those lengthy commits!</description>
		<content:encoded><![CDATA[<p>Thanks.  Excellent for those lengthy commits!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shane</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148349</link>
		<dc:creator>shane</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148349</guid>
		<description>Screen is definitely the best way to do this.

You can run commands and then detach the screen, Ctrl+a+d and leave the command running</description>
		<content:encoded><![CDATA[<p>Screen is definitely the best way to do this.</p>
<p>You can run commands and then detach the screen, Ctrl+a+d and leave the command running</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anil</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148133</link>
		<dc:creator>anil</dc:creator>
		<pubDate>Wed, 15 Apr 2009 20:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-148133</guid>
		<description>Hi everybody.

I am working as sys admin on linux and now i want to learn a programming lanuage can anybody suggest which one i should go for. Which can help me both at admin work and with small app programs.

regards
anil</description>
		<content:encoded><![CDATA[<p>Hi everybody.</p>
<p>I am working as sys admin on linux and now i want to learn a programming lanuage can anybody suggest which one i should go for. Which can help me both at admin work and with small app programs.</p>
<p>regards<br />
anil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruwinda Fernando</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-147506</link>
		<dc:creator>Ruwinda Fernando</dc:creator>
		<pubDate>Tue, 03 Mar 2009 07:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-147506</guid>
		<description>Thank you. I&#039;ve been searching for this. I knew this kind a functionality should exist. Often i had this issue when ever I&#039;m connecting from home to my office-server.

BR :)</description>
		<content:encoded><![CDATA[<p>Thank you. I&#8217;ve been searching for this. I knew this kind a functionality should exist. Often i had this issue when ever I&#8217;m connecting from home to my office-server.</p>
<p>BR :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LinuxTitli</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19428</link>
		<dc:creator>LinuxTitli</dc:creator>
		<pubDate>Fri, 06 Jan 2006 00:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19428</guid>
		<description>Brock, seems good choice, thanks</description>
		<content:encoded><![CDATA[<p>Brock, seems good choice, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brock Tice</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19427</link>
		<dc:creator>Brock Tice</dc:creator>
		<pubDate>Thu, 05 Jan 2006 20:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19427</guid>
		<description>Screen is good, but there&#039;s also &quot;disown&quot; in bash, which leaves jobs running even if you log out.</description>
		<content:encoded><![CDATA[<p>Screen is good, but there&#8217;s also &#8220;disown&#8221; in bash, which leaves jobs running even if you log out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LinuxTitli</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19426</link>
		<dc:creator>LinuxTitli</dc:creator>
		<pubDate>Wed, 04 Jan 2006 23:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19426</guid>
		<description>Heh, my bad.

Stoyan thanks for reminding us about screen manager :) I will update post tomorrow (it is late night now) with screen utility.</description>
		<content:encoded><![CDATA[<p>Heh, my bad.</p>
<p>Stoyan thanks for reminding us about screen manager :) I will update post tomorrow (it is late night now) with screen utility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19425</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Wed, 04 Jan 2006 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19425</guid>
		<description>I have &lt;a HREF=&quot;http://www.gnu.org/software/screen/&quot; rel=&quot;nofollow&quot;&gt;screen&lt;/A&gt; installed on all servers. Not only detaching (nohup), but also opening new consoles etc.</description>
		<content:encoded><![CDATA[<p>I have <a HREF="http://www.gnu.org/software/screen/" rel="nofollow">screen</a> installed on all servers. Not only detaching (nohup), but also opening new consoles etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LinuxTitli</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19424</link>
		<dc:creator>LinuxTitli</dc:creator>
		<pubDate>Wed, 04 Jan 2006 19:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19424</guid>
		<description>Jason thanks for pointing out at command :) appreciate your post.</description>
		<content:encoded><![CDATA[<p>Jason thanks for pointing out at command :) appreciate your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Buberel</title>
		<link>http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19423</link>
		<dc:creator>Jason Buberel</dc:creator>
		<pubDate>Wed, 04 Jan 2006 12:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html#comment-19423</guid>
		<description>You forget the other easy way to do the same: the &#039;at&#039; command!

&gt; echo &quot;pullftp.sh&quot; &#124; at now + 1 minute

Then logout. After the job completes, you&#039;ll even get an email message with the contents of stdout/stderr.</description>
		<content:encoded><![CDATA[<p>You forget the other easy way to do the same: the &#8216;at&#8217; command!</p>
<p>&gt; echo &#8220;pullftp.sh&#8221; | at now + 1 minute</p>
<p>Then logout. After the job completes, you&#8217;ll even get an email message with the contents of stdout/stderr.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.194 seconds -->
