标题: Daemon Process [打印本页] 作者: beyes 时间: 2008-12-1 00:26 标题: Daemon Process A daemon process is a program that is run in the background, providing some system service. (后台提供服务的程序)
像 /etc/rc.d/rc5.d 中的 d , web 服务里的 httpd 中的 d ,都是 daemon 的意思。
Daemon 主要分为两种类型:
1、Standalone (单独的)
2、Transient (瞬变的) -- controlled by the "super-daemon" xinetd