73 lines
		
	
	
	
		
			3 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
	
		
			3 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
 | |
| <!ENTITY date "$Date: 1997-07-01 03:52:00 $">
 | |
| <!ENTITY title "The BSD Daemon">
 | |
| <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
 | |
| ]>
 | |
| <!-- $Id: daemon.sgml,v 1.5 1997-07-01 03:52:00 max Exp $ -->
 | |
| 
 | |
| <html>
 | |
| &header;
 | |
| 
 | |
|     <p>The little red fellow that graces many of these pages is
 | |
|       the BSD Daemon.  In the context of Unix systems, daemons
 | |
|       are process that run in the background attending to various
 | |
|       tasks without human intervention.  In the general sense,
 | |
|       daemon is an older form of the word demon.  In the <em>Unix
 | |
|       System Administration Handbook</em>, Evi Nemeth has this to
 | |
|       say about daemons:</p>
 | |
| 
 | |
|     <blockquote>"Many people equate the word ``daemon'' with the
 | |
|       word ``demon,'' implying some kind of Satanic connection
 | |
|       between UNIX and the underworld.  This is an egregious
 | |
|       misunderstanding.  ``Daemon'' is actually a much older form
 | |
|       of ``demon''; daemons have no particular bias towards good
 | |
|       or evil, but rather serve to help define a person's
 | |
|       character or personality.  The ancient Greeks' concept of a
 | |
|       ``personal daemon'' was similar to the modern concept of a
 | |
|       ``guardian angel'' --- ``eudaemonia'' is the state of being
 | |
|       helped or protected by a kindly spirit.  As a rule, UNIX
 | |
|       systems seem to be infested with both daemons and demons."
 | |
|       (p403)
 | |
|     </blockquote>
 | |
| 
 | |
|     <p>The earliest (and most popular) renditions of the BSD Daemon were
 | |
|       created by John Lassiter.  More recent FreeBSD-specific
 | |
|       renditions have done by
 | |
|       <a href="http://www.mt.cs.keio.ac.jp/person/hosokawa.html">
 | |
|       Tatsumi Hosokawa</a>, but the basic inspiration was definitely John's.
 | |
| 
 | |
|       The copyright holder and creator of the daemon image is
 | |
|       <a href="mailto:mckusick@mckusick.com">Marshall Kirk McKusick</a>.
 | |
|       A short <a href="http://www.mckusick.com/beastie/index.html">pictorial
 | |
|       history</a> is also available. There is a gallery of FreeBSD related 
 | |
| <A HREF="./publish.html">publications</A> that use 
 | |
| variations of the daemon graphic.</p>
 | |
| 
 | |
|     <p>The stuffed daemon 
 | |
|     <a href="http://www.de.freebsd.org/de/gif/bsd/index.html#plushies">
 | |
|     plushies</a>
 | |
|     are now shipping from 
 | |
|     <a href="http://www.Liebscher.FreibergNet.de/plueschtiere/">
 | |
|     Liebscher & Partner</a>.
 | |
| 
 | |
|     <p>Finally, it should also be noted that, despite Kirk's professed aversion
 | |
|       to this fact, there is close to unanimous agreement that the daemon's
 | |
|       name, should he have one at all, is <strong>Chuck</strong>.  Don't ask
 | |
|       me how that name was arrived at, it just stuck.
 | |
| 
 | |
|     <p>BSD Daemon Copyright 1988 by Marshall Kirk McKusick.  All
 | |
|       Rights Reserved.</p>
 | |
| 
 | |
|     <p>Permission to use the daemon may be obtained from:</p>
 | |
| 
 | |
|     <blockquote>Marshall Kirk McKusick<br> 1614 Oxford St<br>
 | |
|       Berkeley, CA 94709-1608<br> USA</blockquote>
 | |
| 
 | |
|     <p>or via email at <a
 | |
| 	href="mailto:mckusick@mckusick.com">mckusick@mckusick.com</a>.
 | |
|     </p>
 | |
| 
 | |
| &footer;
 | |
| 
 | |
| </body>
 | |
| </html>
 |