<?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>
	「常见面试题整理&#8211;操作系统篇」的评论	</title>
	<atom:link href="https://note.hzy.pw/1896.html/feed" rel="self" type="application/rss+xml" />
	<link>https://note.hzy.pw/1896.html</link>
	<description>我的个人知识库</description>
	<lastBuildDate>Wed, 19 Aug 2020 11:09:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		评论者：胡中元		</title>
		<link>https://note.hzy.pw/1896.html/comment-page-1#comment-374</link>

		<dc:creator><![CDATA[胡中元]]></dc:creator>
		<pubDate>Wed, 19 Aug 2020 11:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://note.hzy.pw/?p=1896#comment-374</guid>

					<description><![CDATA[　　孤儿进程：一个父进程退出，而它的一个或多个子进程还在运行，那么那些子进程将成为孤儿进程。孤儿进程将被 init 进程 (进程号为 1) 所收养，并由 init 进程对它们完成状态收集工作。

　　僵尸进程：一个进程使用 fork 创建子进程，如果子进程退出，而父进程并没有调用 wait 或 waitpid 获取子进程的状态信息，那么子进程的进程描述符仍然保存在系统中。这种进程称之为僵死进程。]]></description>
			<content:encoded><![CDATA[<p>　　孤儿进程：一个父进程退出，而它的一个或多个子进程还在运行，那么那些子进程将成为孤儿进程。孤儿进程将被 init 进程 (进程号为 1) 所收养，并由 init 进程对它们完成状态收集工作。</p>
<p>　　僵尸进程：一个进程使用 fork 创建子进程，如果子进程退出，而父进程并没有调用 wait 或 waitpid 获取子进程的状态信息，那么子进程的进程描述符仍然保存在系统中。这种进程称之为僵死进程。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

使用页面缓存Disk: Enhanced 
数据库缓存28/38查询，在0.010秒内使用Disk

Served from: note.hzy.pw @ 2026-06-12 20:45:01 by W3 Total Cache
-->