Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
init プロセスがデーモン プロセスであるかどうかを知りたいですか?
ありがとう、リナックスペンサー
initすべてのプロセスの母であり、 と考えることができますdaemon。
init
daemon
ただし、大きな違いの 1 つは、デーモンがバックグラウンドで実行され、停止および再起動できる一方で、init を強制終了すると OS が強制終了されることです。