answersLogoWhite

0

What is Daemon Process in unix?

Updated: 11/11/2022
User Avatar

Wiki User

12y ago

Best Answer

The word daemon is a word of Greek derivation meaning "worker". Daemon processes in Unix are background tasks that do things, such as printing, networking, task scheduling, etc.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Daemon Process in unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The Unix and Linux service the runs in the background is known as the?

Any Linux/Unix process that runs in the background is called a 'daemon' process. The word derives from the Greek meaning "worker".


In UNIX terminolgy a listener process that operates on a server to handle incoming requests for services is called a what?

Daemon


What is daemond in unix?

A daemon, not daemond, is a program or server application that runs in the background, possibly started during the boot process. A daemon is analogous to what is referred to as a 'service' in the Windows world.


What is deamon proscess in unix?

A daemon process is a background service, running as a disconnected process. This means it does not have a terminal interface with an output screen or a keyboard. These services run network processes, job scheduling, etc.


What are the different types of daemons in Linux?

LInux (and Unix) really don't differentiate between different "types" of daemons. A daemon is a background worker service process. It can do many things, such as networking, database,etc.


What is a difference between a daemon and a background process?

Background processes are tied to a terminal's job control, while a daemon runs headless. When the terminal is killed or the user is logged out, the process dies. A daemon does not need the user to be logged in.


What is process in unix?

process control


What is a CUPS server?

CUPS (Common Unix Printing System) is a daemon that controls printer drivers, print jobs, and network sharing.


What is the mail daemon?

First off. A daemon is usually a name for a sever or service in Unix. The word daemon was originally used to describe FreeBSD network services (as their logo is a daemon). However the term has become more widely adopted through networking and many cross platform services user the term. A mailer daemon is a more technical term for "email server". If a message fails to be delivered, the daemon will return it to you along with an error message, the route it took and where it failed.


What is process control in Unix?

process control


What is the mail?

First off. A daemon is usually a name for a sever or service in Unix. The word daemon was originally used to describe FreeBSD network services (as their logo is a daemon). However the term has become more widely adopted through networking and many cross platform services user the term. A mailer daemon is a more technical term for "email server". If a message fails to be delivered, the daemon will return it to you along with an error message, the route it took and where it failed.


What is a vsftpd used for?

vsftpd is an FTP server for unix-like systems that is specially built to be efficient and very secure (very secure FTP daemon).