List of Unix daemons

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. This is a list of Unix daemons that are found on various Unix-like operating systems. Unix daemons typically have a name ending with a d.

Process Description
init[1] The Unix program which spawns all other processes.
biod[2] Works in cooperation with the remote nfsd to handle client NFS requests.
crond[1] Time-based job scheduler, runs jobs in the background.
dhcpd Dynamically configure TCP/IP information for clients.
fingerd Provides a network interface for the finger protocol, as used by the finger command.
ftpd[1] Services FTP requests from a remote system.
httpd Web server daemon.
inetd[3] Listens for network connection requests. If a request is accepted, it can launch a background daemon to handle the request, was known as the super server for this reason. Some systems use the replacement command xinetd.
lpd The line printer daemon that manages printer spooling.
nfsd[2] Processes NFS operation requests from client systems. Historically each nfsd daemon handled one request at a time, so it was normal to start multiple copies.
ntpd Network Time Protocol daemon that manages clock synchronization across the network. xntpd implements the version 3 standard of NTP.
portmap/rpcbind Provides information to allow ONC RPC clients to contact ONC RPC servers
sshd Listens for secure shell requests from clients.
sendmail SMTP daemon.
swapper Copies process regions to swap space in order to reclaim physical pages of memory for the kernel. Also called sched.
syslogd System logger process that collects various system messages.
syncd Periodically keeps the file systems synchronized with system memory.
xfsd Serve X11 fonts to remote clients.
vhand Releases pages of memory for use by other processes. Also known as the "page stealing daemon"
ypbind Find the server for an NIS domain and store the information in a file.

See also

References

  1. 1.0 1.1 1.2 Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.