英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

daemon    音标拼音: [d'imən] [d'emən]
恶魔,守护神

恶魔,守护神

daemon
n 1: an evil supernatural being [synonym: {devil}, {fiend}, {demon},
{daemon}, {daimon}]
2: a person who is part mortal and part god [synonym: {daemon},
{demigod}]

Daemon \D[ae]"mon\, n., Daemonic \D[ae]*mon"ic\, a.
See {Demon}, {Demonic}.
[1913 Webster]


Demon \De"mon\, n. [F. d['e]mon, L. daemon a spirit, an evil
spirit, fr. Gr. dai`mwn a divinity; of uncertain origin.]
1. (Gr. Antiq.) A spirit, or immaterial being, holding a
middle place between men and deities in pagan mythology.
[1913 Webster]

The demon kind is of an intermediate nature between
the divine and the human. --Sydenham.
[1913 Webster]

2. One's genius; a tutelary spirit or internal voice; as, the
demon of Socrates. [Often written {d[ae]mon}.]
[1913 Webster]

3. An evil spirit; a devil.
[1913 Webster]

That same demon that hath gulled thee thus. --Shak.
[1913 Webster]

50 Moby Thesaurus words for "daemon":
Geist, Muse, afflatus, ancestral spirits, angel, attendant godling,
atua, control, creative thought, creativity, daimonion, demon,
divine afflatus, evil spirits, fairy godmother, familiar,
familiar spirit, fire of genius, genius, genius domus, genius loci,
good angel, good genius, guardian, guardian angel, guardian spirit,
guide, household gods, inspiration, intelligence, invisible helper,
lares and penates, lares compitales, lares familiaris,
lares permarini, lares praestites, lares viales, manes,
ministering angel, numen, penates, soul, special providence,
specter, spirit, supernatural being, talent, totem, tutelar god,
tutelary

/day'mn/ or /dee'mn/ (From the mythological
meaning, later rationalised as the acronym "Disk And Execution
MONitor") A program that is not invoked explicitly, but lies
dormant waiting for some condition(s) to occur. The idea is
that the perpetrator of the condition need not be aware that a
daemon is lurking (though often a program will commit an
action only because it knows that it will implicitly invoke a
daemon).

For example, under {ITS} writing a file on the {LPT} spooler's
directory would invoke the spooling daemon, which would then
print the file. The advantage is that programs wanting files
printed need neither compete for access to, nor understand any
idiosyncrasies of, the {LPT}. They simply enter their
implicit requests and let the daemon decide what to do with
them. Daemons are usually spawned automatically by the
system, and may either live forever or be regenerated at
intervals.

{Unix} systems run many daemons, chiefly to handle requests
for services from other {hosts} on a {network}. Most of these
are now started as required by a single real daemon, {inetd},
rather than running continuously. Examples are {cron} (local
timed command execution), {rshd} (remote command execution),
{rlogind} and {telnetd} (remote login), {ftpd}, {nfsd} (file
transfer), {lpd} (printing).

Daemon and {demon} are often used interchangeably, but seem to
have distinct connotations (see {demon}). The term "daemon"
was introduced to computing by {CTSS} people (who pronounced
it /dee'mon/) and used it to refer to what {ITS} called a
{dragon}.

[{Jargon File}]

(1995-05-11)

Disk And Execution MONitor (Unix)

daemon: /day´mn/, /dee´mn/, n. [from Maxwell's Demon, later incorrectly retronymed asDisk
And Execution MONitor’] A program that is not invoked explicitly, but
lies dormant waiting for some condition(s) to occur. The idea is that the
perpetrator of the condition need not be aware that a daemon is lurking
(though often a program will commit an action only because it knows that it
will implicitly invoke a daemon). For example, under
ITS, writing a file on the LPT spooler's directory
would invoke the spooling daemon, which would then print the file. The
advantage is that programs wanting (in this example) files printed need
neither compete for access to nor understand any idiosyncrasies of the LPT.
They simply enter their implicit requests and let the daemon decide what to
do with them. Daemons are usually spawned automatically by the system, and
may either live forever or be regenerated at intervals.

Daemon
the Greek form, rendered "devil" in the Authorized Version of
the New Testament. Daemons are spoken of as spiritual beings
(Matt. 8:16; 10:1; 12:43-45) at enmity with God, and as having a
certain power over man (James 2:19; Rev. 16:14). They recognize
our Lord as the Son of God (Matt. 8:20; Luke 4:41). They belong
to the number of those angels that "kept not their first
estate," "unclean spirits," "fallen angels," the angels of the
devil (Matt. 25:41; Rev. 12:7-9). They are the "principalities
and powers" against which we must "wrestle" (Eph. 6:12).



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Daemon (computing) - Wikipedia
    In computing, a daemon is a program that runs as a background process, rather than being under the direct control of an interactive user Customary convention is to name a daemon process with the letter d as a suffix to indicate that it's a daemon
  • DAEMON Definition Meaning - Merriam-Webster
    The meaning of DAEMON is an evil spirit How to use daemon in a sentence an evil spirit; a source or agent of evil, harm, distress, or ruin; an attendant power or spirit : genius…
  • Understanding Daemons: Their Role and Function in Computing
    A daemon is a background service or process that runs on a Linux or Unix system It is typically used to handle requests for services such as file handling, network connections, or hardware devices and usually operates without input from the user
  • What is a Daemon in Linux? A Quick Guide with Examples
    In Linux, a daemon is a background process that runs independently of a terminal session These processes perform specific tasks or services and often start during system boot Daemons are typically long-running processes designed to handle requests, monitor the system, or perform periodic operations without user intervention
  • What is a Daemon? - Computer Hope
    In Unix and Linux, a daemon is a program that runs in the background without requiring user interaction The file name of a software daemon usually ends in the letter d For example, httpd (HyperText Transfer Protocol Daemon) runs as a background process on many web servers, including those created by Apache, CERN, and NCSA Httpd waits for and
  • What Is a Daemon? | phoenixNAP IT glossary
    A daemon is a computer program that runs in the background instead of being under the user’s direct control It performs tasks from the moment the operating system boots until the computer is turned off
  • What Is a Daemon? - NinjaOne
    What Is a Daemon? A daemon is a program that runs without direct user interaction and runs as a background process of an operating system (OS)
  • Daemons in Computing: Types and Examples | NordVPN
    A daemon is a computer program running in the background of a multitasking operating system (OS) Typically found in Unix or Linux programs, daemons open automatically and run in the background without the user’s input or control
  • Understanding Daemons - Digital Bunker
    Simply put, a daemon (pronounced dee-mon) is an intentionally orphaned background process Additionally, daemons are detached from the terminal in which they’re spawned, operate without user interaction, and are descendants of the system’s init process





中文字典-英文字典  2005-2009