pavement

Services

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
(Expanded the text of this article)
m (Added disclaimer noting this not being a FreeBSD specific term)
Line 1: Line 1:
 +
''This is a non-FreeBSD specific term. It features in this wiki for reference.''
 +
 
A 'service' is a general term used to refer to a background process running on an operating system, usually associated with Microsoft operating systems based on NT (including later incarnations Windows 2000, XP, 2003 and Vista, both workstation and server).  On UNIX and Unix-like operating systems such background processes are called [[daemons]].
 
A 'service' is a general term used to refer to a background process running on an operating system, usually associated with Microsoft operating systems based on NT (including later incarnations Windows 2000, XP, 2003 and Vista, both workstation and server).  On UNIX and Unix-like operating systems such background processes are called [[daemons]].
  

Revision as of 16:57, 20 October 2007

This is a non-FreeBSD specific term. It features in this wiki for reference.

A 'service' is a general term used to refer to a background process running on an operating system, usually associated with Microsoft operating systems based on NT (including later incarnations Windows 2000, XP, 2003 and Vista, both workstation and server). On UNIX and Unix-like operating systems such background processes are called daemons.

The services on Windows platforms are controlled through a Control Panel applet. On Windows 2000 and later this is launched as an MMC snapin called 'services.msc'. Services can be stopped, started and paused and can be set to start automatically, manually or simply be disabled.

See daemons

Personal tools