Results 1 to 4 of 4

Thread: red hat smart daemon or process

  1. #1
    Join Date
    Feb 2009
    Posts
    13

    red hat smart daemon or process

    Hello , i have always been using Windows, now started to linux , i want to about the process in linux , does linux process is called as process or daemon , are process and daemon are different things , i would like to clear my doubt regarding this please help me sort this thing , thanks in advanc

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: red hat smart daemon or process

    process are more organized in hierarchy. Each process must be initiated by another. The latter bears the name of parent or parent process and those initiated on behalf of children or son process. This hierarchy has a root. It is most often on a GNU / Linux init program which is run by the kernel at the end of its initialization and has PID 1. It will then responsible for launching various system services that are called daemons. A daemon is a process that is constantly in operation and provides services to the system or outside. An example is a program for web or FTP server or the one managing the return of sounds.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,267

    Re: red hat smart daemon or process

    A daemon is a type of information, program a process that runs in the background rather than under the direct control of a user.

    The term daemon seems to be introduced in 1963 by designers CTSS of MIT, in response to the "dragon", a term used by designers of ITS. The retro-acronym Disk And Execution Monitor (monitor disk and execution) has been invented to justify the term daemon after he became popular.

    Daemons are often started with loading the operating system, and are generally used to answer queries of the network, handle handle or other programs running certain tasks. Under Microsoft Windows, these functions are performed by programs called "services" although the term "daemon" seems increasingly used.

  4. #4
    Join Date
    May 2008
    Posts
    4,085

    Re: red hat smart daemon or process

    For simplicity, a daemon is a process. A system process that runs in the background, and has no interaction with the user (logging, printer daemon ...

    sendmail is another daemon that require lots of memory. If can be never use on your Linux box to relay to send mail and you never receive mail you can probably remove it. If you send mail from your Linux box, most client software can be configured to post the mail from another server.

Similar Threads

  1. Replies: 3
    Last Post: 05-11-2012, 11:57 AM
  2. Replies: 6
    Last Post: 01-03-2012, 08:51 PM
  3. Replies: 7
    Last Post: 29-02-2012, 10:19 PM
  4. Replies: 3
    Last Post: 28-02-2012, 08:35 PM
  5. Replies: 1
    Last Post: 26-03-2009, 06:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,048,629.82736 seconds with 16 queries