Reputation: 6655
I want to know whether init process is a daemon process?
Thanks, LinuxPenseur
Upvotes: 0
Views: 386
Reputation: 5789
init
is the mother of all processes and can be thought of as a 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.
Upvotes: 4