Linux Daemons&Service &Process
一、Daemon 按Service启动分类为:Stand alone和Super Daemon1.1Stand alone:1.1.1服务的启动方式:可自行单独启动Service,而不需要其他机制的管理,1.1.2服务启动并加载到内存后,就一直占用内存及系统资源,1.1.3优点:响应速度快(因为一直占用内存,在内存内,持续的提供服务)1.1.4列如:httpd、vsftpd、1.2Super Daemon:常驻内存中;提供IP来源、时间、连线的管制;触发S...