Last Sync: 2022-06-13 21:00:04
This commit is contained in:
parent
bf9b77b3b2
commit
248fa30f88
1 changed files with 12 additions and 0 deletions
12
Operating_Systems/Daemons.md
Normal file
12
Operating_Systems/Daemons.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
- Operating_Systems
|
||||||
|
---
|
||||||
|
|
||||||
|
# Daemons
|
||||||
|
|
||||||
|
A programme that runs in the background, performing a system function. A daemon typically starts at boot or login without having to be specifically launched and keeps running permanently or until manually stopped.
|
||||||
|
|
||||||
|
The custom is for the process name of daemons to end in the letter `d`.
|
||||||
|
|
||||||
|
> In the original Greek _daemon_ is translated as 'helper', it doesn't have the medieval connotation of a dark spirit but was used to denote the actions of a god rather than the god itself. A person could have a personal _daemon_ which determines their fate.
|
Loading…
Add table
Reference in a new issue