<?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/"
		>
<channel>
	<title>Comments on: Multitasking from the Linux Command Line + Process Prioritization</title>
	<atom:link href="http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/</link>
	<description>Linux, WordPress, programming, anime, and other stuff</description>
	<lastBuildDate>Fri, 18 May 2012 19:58:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Chris Jean</title>
		<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/comment-page-1/#comment-19813</link>
		<dc:creator>Chris Jean</dc:creator>
		<pubDate>Mon, 09 Apr 2012 14:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1263#comment-19813</guid>
		<description>And as noted in the post, you can use an ampersand after the command to automatically run it in the background. It is common to always run X programs from the terminal in this way:

&lt;pre class=&quot;terminal&quot;&gt;[user@work ~]$ nautilus &amp;
[1] 4068
[user@work ~]$&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>And as noted in the post, you can use an ampersand after the command to automatically run it in the background. It is common to always run X programs from the terminal in this way:</p>
<pre class="terminal">[user@work ~]$ nautilus &#038;
[1] 4068
[user@work ~]$</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/comment-page-1/#comment-19808</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Mon, 09 Apr 2012 07:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1263#comment-19808</guid>
		<description>Thanks for that info.  This is quite handy when running X programs as I kept opening new shells when running an X program, but now it&#039;s easier to just run the program for example

./eclipse

then ctrl+z it 

and then

bg %1

and then it keeps running in X and you can switch to it from the taskbar and interact with it, but it also gives you your shell back without having to reload a new shell every time.

Years ago MS-DOS did have a similar command called RUN (I think that&#039;s now been replaced with START) that allowed you to execute commands and then carry on as normal afterwards.  But this is far better as you can switch programs from fg to bg with DOS it was just one way (plus on Linux you can kill things when it all gets too much :)).</description>
		<content:encoded><![CDATA[<p>Thanks for that info.  This is quite handy when running X programs as I kept opening new shells when running an X program, but now it&#8217;s easier to just run the program for example</p>
<p>./eclipse</p>
<p>then ctrl+z it </p>
<p>and then</p>
<p>bg %1</p>
<p>and then it keeps running in X and you can switch to it from the taskbar and interact with it, but it also gives you your shell back without having to reload a new shell every time.</p>
<p>Years ago MS-DOS did have a similar command called RUN (I think that&#8217;s now been replaced with START) that allowed you to execute commands and then carry on as normal afterwards.  But this is far better as you can switch programs from fg to bg with DOS it was just one way (plus on Linux you can kill things when it all gets too much <img src='http://chrisjean.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux Vs. MS-DOS (Yes, Seriously) &#124; PCMech</title>
		<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/comment-page-1/#comment-18991</link>
		<dc:creator>Linux Vs. MS-DOS (Yes, Seriously) &#124; PCMech</dc:creator>
		<pubDate>Mon, 05 Mar 2012 11:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1263#comment-18991</guid>
		<description>[...] multi-tasks at the command line is from the use of foreground and background &quot;jobs&quot;. This tutorial explains very well how to work with command line Linux multi-tasking, the use of foreground/background/stopped jobs [...]</description>
		<content:encoded><![CDATA[<p>[...] multi-tasks at the command line is from the use of foreground and background &quot;jobs&quot;. This tutorial explains very well how to work with command line Linux multi-tasking, the use of foreground/background/stopped jobs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/comment-page-1/#comment-18064</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Sun, 08 Jan 2012 07:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1263#comment-18064</guid>
		<description>Thanks a lot; i&#039;m new to linux and it helped me big time.</description>
		<content:encoded><![CDATA[<p>Thanks a lot; i&#8217;m new to linux and it helped me big time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larion</title>
		<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/comment-page-1/#comment-14461</link>
		<dc:creator>larion</dc:creator>
		<pubDate>Mon, 22 Aug 2011 01:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1263#comment-14461</guid>
		<description>extremely helpful, thanks!!!</description>
		<content:encoded><![CDATA[<p>extremely helpful, thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DW</title>
		<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/comment-page-1/#comment-12358</link>
		<dc:creator>DW</dc:creator>
		<pubDate>Sat, 11 Jun 2011 03:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1263#comment-12358</guid>
		<description>Just what I was looking for, Thanks!</description>
		<content:encoded><![CDATA[<p>Just what I was looking for, Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: learner</title>
		<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/comment-page-1/#comment-2453</link>
		<dc:creator>learner</dc:creator>
		<pubDate>Sat, 13 Nov 2010 03:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1263#comment-2453</guid>
		<description>Excellent coverage on the topic. Helped me out a lot!</description>
		<content:encoded><![CDATA[<p>Excellent coverage on the topic. Helped me out a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaarai</title>
		<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/comment-page-1/#comment-2054</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1263#comment-2054</guid>
		<description>Thanks techie. :)</description>
		<content:encoded><![CDATA[<p>Thanks techie. <img src='http://chrisjean.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techie</title>
		<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/comment-page-1/#comment-2049</link>
		<dc:creator>techie</dc:creator>
		<pubDate>Wed, 18 Aug 2010 17:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1263#comment-2049</guid>
		<description>$$ is particularly useful to me as a technician. I will make use of it in the course of my work. Thanks!</description>
		<content:encoded><![CDATA[<p>$$ is particularly useful to me as a technician. I will make use of it in the course of my work. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaarai</title>
		<link>http://chrisjean.com/2009/03/06/multitasking-from-the-linux-command-line-plus-process-prioritization/comment-page-1/#comment-1972</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Thu, 10 Jun 2010 19:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1263#comment-1972</guid>
		<description>To my knowledge, there isn&#039;t a way to immediately send a process to the background. Everything I&#039;ve seen has always referred to the &quot;ctrl+z&quot; / &quot;bg&quot; combo.</description>
		<content:encoded><![CDATA[<p>To my knowledge, there isn&#8217;t a way to immediately send a process to the background. Everything I&#8217;ve seen has always referred to the &#8220;ctrl+z&#8221; / &#8220;bg&#8221; combo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

