The acpid daemon supports the Advanced Configuration and Power Interface (ACPI) to allow intelligent power management on your system and to query battery and configuration status. It listens on a file (/proc/acpi/event) and when an event occurs, executes programs to handle the event. Rules are defined by simple configuration files. acpid will look in a […]
Linux Services
Linux OS Service ‘rpcidmapd’
This executes rpcidmapd, with NFS service. The rpcidmapd maps usernames to UID and GID numbers. Service Control To manage the rpcidmapd service on demand, use the service tool or run the /etc/init.d/rpcidmapd script directly: # /sbin/service rpcidmapd Usage: /etc/init.d/rpcidmapd {start|stop|restart|condstart|condrestart|status} # /etc/init.d/rpcidmapd Usage: /etc/init.d/rpcidmapd {start|stop|restart|condstart|condrestart|status} The available commands are: Command Description start Start the rpcidmapd […]
Linux OS Service ‘avahi-daemon’
The avahi-daemon Linux service runs on client machines to perform network-based Zeroconf service discovery. Avahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Networking. User applications receive notice of discovered network services and resources using the Linux D-Bus message passing. The daemon coordinates application efforts in caching replies, helping […]
Linux OS Service ‘rusersd’
rpc.rusersd is a server which returns information about users currently logged in to the system. The currently logged in users are queried using the rusers command. The rpc.rusersd daemon is normally invoked by inetd. rpc.rusersd uses an RPC protocol defined in /usr/include/rpcsvc/rusers.x. When starting the ‘rusersd’ service, it first starts the portmap service if not […]
Linux OS Service ‘httpd’
httpd is the Apache HyperText Transfer Protocol (HTTP) server program. It is designed to be run as a standalone daemon process. When used like this it will create a pool of child processes or threads to handle requests. In general, httpd should not be invoked directly, but rather should be invoked via apachectl on Unix-based […]
Linux OS Service ‘scsi_reserve’
The scsi_reserve service allows you to use SCSI reservations as a fence method. An SCSI reservation restricts access to a device such that only registered nodes can access it. During system startup, the scsi_reserve script performs this registration using a unique key, based on the node’s IP address. Once the node is registered, the script […]
Linux OS Service ‘o2cb’
O2CB is a set of clustering services required for OCFS2 clustered operation. OCFS2 comes bundled with its own cluster stack, O2CB. The stack includes: Component Description NM Node Manager that keep track of all the nodes in the /etc/ocfs2/cluster.conf HB Heart beat service that issues up/down notifications when nodes join or leave the cluster TCP Handles […]
Linux OS Service ‘winbind’
Winbind unifies UNIX and Windows NT account management by allowing a UNIX box to become a full member of a NT domain. The service provided by winbind daemon, is called winbind and can be used to resolve user and group information from a Windows NT server, which makes it understandable by UNIX platforms. The service […]
Linux OS Service ‘rpcgssd’
This service manages RPCSEC GSS contexts for the NFSv4 client, which provides support on the client side for RPCSEC_GSS protocol. It will start rpc.gssd daemon to communicate with server-side rpcsec_gss daemon rpc.svcgssd. If using NFSv4, it is needed. The rpcsec_gss protocol gives a means of using the gss-api generic security api to provide security for […]
Linux OS Service ‘irqbalance’
irqbalance is a Linux daemon that distributes interrupts over among the processors and cores in your computer system. The design goal of irqbalance is to do find a balance between power savings and optimal performance. To a large degree, the work irqbalance does is invisible to you. The daemon balances savings in power consumption with […]