网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Daemon process
释义

Daemon process

中文百科

守护进程 Daemon (computing)

(重定向自Daemon process)

在一个多任务的电脑操作系统中,守护进程英语:daemon英语发音:/ˈdmən/英语发音:/ˈdmən/)是一种在后台执行的电脑进程。此类进程会被以进程的形式初始化。守护进程进程的名称通常以字母“d”结尾:例如,syslogd就是指管理系统日志的守护进程。

通常,守护进程没有任何存在的父进程(即PPID=1),且在UNIX系统进程层级中直接位于init之下。守护进程进程通常通过如下方法使自己成为守护进程:对一个子进程运行 fork,然后使其父进程立即终止,使得这个子进程能在 init 下运行。这种方法通常被称为“脱壳”。

英语百科

Daemon (computing) 守护进程

(重定向自Daemon process)
Components of some Linux desktop environments which are daemons include D-Bus, NetworkManager (here called unetwork), PulseAudio (usound), and Avahi.

In multitasking computer operating systems, a daemon (/ˈdmən/ or /ˈdmən/) is a computer program that runs as a background process, rather than being under the direct control of an interactive user. Traditionally, the process names of a daemon end with the letter d, for clarification that the process is, in fact, a daemon, and for differentiation between a daemon and a normal computer program. For example, syslogd is the daemon that implements the system logging facility, and sshd is a daemon that services incoming SSH connections.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/23 21:17:27