<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Daemon on 张同的博客</title><link>https://www.zhangblogs.cn/tags/daemon/</link><description>Recent content in Daemon on 张同的博客</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 11 Nov 2023 12:11:00 +0800</lastBuildDate><atom:link href="https://www.zhangblogs.cn/tags/daemon/index.xml" rel="self" type="application/rss+xml"/><item><title>Linux的守护进程</title><link>https://www.zhangblogs.cn/archives/linuxde-shou-hu-jin-cheng/</link><pubDate>Sat, 11 Nov 2023 12:11:00 +0800</pubDate><guid>https://www.zhangblogs.cn/archives/linuxde-shou-hu-jin-cheng/</guid><description>&lt;p&gt;title: Linux的守护进程
date: 2021-10-23 23:49:13.0
updated: 2021-10-25 15:50:44.076
url: /archives/linux的守护进程
categories: 运维
tags: linux | 进程&lt;/p&gt;
&lt;p&gt;&lt;span fontsize="" color=""&gt;&amp;ldquo;守护进程&amp;rdquo;（daemon）就是一直在后台运行的进程（daemon），是服务(service)的载体。&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;&lt;span fontsize="" color=""&gt;概念&lt;/span&gt;&lt;/strong&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;span fontsize="" color=""&gt;Linux Daemon（守护进程）是运行在后台的一种特殊进程。它独立于控制终端并且周期性地执行某种任务或等待处理某些发生的事件。它不需要用户输入就能运行而且提供某种服务，不是对整个系统就是对某个用户程序提供服务。Linux系统的大多数服务器就是通过守护进程实现的。常见的守护进程包括系统日志进程syslogd、 web服务器httpd、邮件服务器sendmail和数据库服务器mysqld等。&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>