简体   繁体   English

初始化进程是守护进程吗

[英]Is init process a daemon process

I want to know whether init process is a daemon process? 我想知道init进程是否是守护进程?

Thanks, LinuxPenseur 谢谢,LinuxPenseur

init is the mother of all processes and can be thought of as a daemon . init是所有进程的母亲,可以将其视为daemon

One big difference however is that while daemons run in the background and can be stopped and restarted, killing init will kill the os. 但是,一个很大的区别是,尽管守护进程在后台运行并且可以停止和重新启动,但是杀死init会杀死os。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM