16.8 参考资料与延伸阅读
最后更新于:2022-04-01 22:15:13
## 16.8 参考资料与延伸阅读
* [[1]](#ac1)关于 fork-and-exec 的说明可以参考如下网页与书籍:
吴贤明老师维护的网站:[http://nmc.nchu.edu.tw/linux/process.htm](http://nmc.nchu.edu.tw/linux/process.htm)
杨振和、操作系统导论、第三章、学贯出版社
* [[2]](#ac2)对 Linux 核心有兴趣的话,可以先看看下面的链接:
[http://www.linux.org.tw/CLDP/OLD/INFO-SHEET-2.html](http://www.linux.org.tw/CLDP/OLD/INFO-SHEET-2.html)
* [[3]](#ac3)来自 Linux Journal 的关于 /proc 的说明:[http://www.linuxjournal.com/article/177](http://www.linuxjournal.com/article/177)
* [[4]](#ac4)关于 SELinux 相关的网站与文件数据:
美国国家安全局的 SELinux 简介:[http://www.nsa.gov/research/selinux/](http://www.nsa.gov/research/selinux/)
陈永升、“企业级Linux 系统管理宝典”、学贯行销股份有限公司
Fedora SELinux 说明:[http://fedoraproject.org/wiki/SELinux/SecurityContext](http://fedoraproject.org/wiki/SELinux/SecurityContext)
美国国家安全局对 SELinux 的白皮书:[http://www.nsa.gov/research/_files/selinux/papers/module/t1.shtml](http://www.nsa.gov/research/_files/selinux/papers/module/t1.shtml)
2002/06/28:第一次完成
2003/02/10:重新编排与加入 FAQ
2005/09/07:将旧的文章移动到 [此处](http://linux.vbird.org/linux_basic/0440processcontrol/0440processcontrol.php) 。
2005/09/18:哈哈,终于将这篇写完啰。新增了一些简单的小指令啦。
2009/03/15:将旧的基于 FC4 的文章移动到[此处](http://linux.vbird.org/linux_basic/0440processcontrol/0440processcontrol-fc4.php)。
2009/03/19:调整 sar 成为 [vmstat](../Text/index.html#vmstat) ,因为 vmstat 是默认有安装的分析工具!
2009/09/11:加入了 [nohup](../Text/index.html#nohup) 的说明啰!并加入了情境仿真题
2011/04/14:原本的[习题](../Text/index.html#20110414)解答为 ps aux ,应该是 ps -lA 才好!感谢网友 redsc 的回报!
2012/06/14:原本是“内存字段(procs)”错了!是“程序字段”才对!
2013/08/02:在 signal 的相关说明中,SIGSTOP 之前写错了!应该是 19 号才对!请观察 man 7 signal(感谢网友王兄来信说明)
2015/08/03:将旧的基于 CentOS 5.x 的版本移动到 [此处](http://linux.vbird.org/linux_basic/0440processcontrol/0440processcontrol-centos5.php),有需要请前往查阅。
';