diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-24 14:06:56 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-24 14:06:56 -0600 |
commit | ac156f5161883501591facfb268857c2ff22d62f (patch) | |
tree | 28422d353395c5abfef712df2a94a44f2620d761 | |
parent | 2e13c022549ebd83c0afa4ffc9177f2ba734ec30 (diff) |
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +[Slides](https://docs.google.com/presentation/d/12kZX6yD-gvxpRbJK5h-FwxhUhAP4lsLJESi7qg5sEwg/edit?usp=sharing) + + # What is a daemon? - A computer program that runs as a background process, rather than being under the direct control of an interactive user. - Generally end with a 'd' (e.g. 'sshd', 'syslogd') |