There really is a daemon in there

John Marino updated daemon(8) on DragonFly.  For some reason, I didn’t know it was a standalone program.  I knew about the idea of daemons as helpers based inside the computer, which is why so many server programs end with a ‘d’ – sshd, ftpd, and so on.  Inexplicably, I never actually saw the program itself.

One Reply to “There really is a daemon in there”

  1. IIRC daemon(8) is used to make arbitrary processes run detached from the controlling terminal, and is not used for most standard daemons (like sshd(8)), which IIRC would call daemon(3) directly.

Comments are closed.

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)

Mentions

  • Lazarus