<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; nohup</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=nohup" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>linux让进程在后台运行</title>
		<link>http://www.lanxinbase.com/?p=885</link>
		<comments>http://www.lanxinbase.com/?p=885#comments</comments>
		<pubDate>Thu, 18 Feb 2016 07:07:27 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[2.运维相关]]></category>
		<category><![CDATA[disown]]></category>
		<category><![CDATA[nohup]]></category>
		<category><![CDATA[setsid]]></category>
		<category><![CDATA[后台运行]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=885</guid>
		<description><![CDATA[我们经常会碰到这样的问题，用 telnet/ssh 登录了远程的 Linux 服务器，运行了一些耗时较长的任务， 结果却由于网络的不稳定导致任务中途失败。如何让命令提交后不受本地关闭终端窗口/网络断开连接的干扰呢？下面举了一些例子， 您可以针对不同的场景选择不同的方式来处理这个问题。

nohup/setsid/&#038;

场景：

如果只是临时有一个命令需要长时间运行，什么方法能最简便的保证它在后台稳定运行呢？]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=885</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
