Saturday, 1 August 2015

Linux Services Configuration:Centos

[1]   Check List Of Services.
[root@dlp ~]# 
chkconfig --list 
[2]If some services is not necessarry for you, stop it. For example, stop the [netfs] and disable auto-start setting,
[root@dlp ~]# 
/etc/rc.d/init.d/netfs stop 

[root@dlp ~]# 
chkconfig netfs off 
[3]Following list is services by default if you install CentOS 6 as the same procedure with this site. (Minimal only).
auditdThe audit package contains the user space utilities for storing and searching the audit records generate by the audit subsystem in the Linux 2.6 kernel.
blk-availabilityControls availability of LVM2 block devices.
cgconfigStart cgconfigparser.
cgredThis is a daemon for automatically classifying processes into cgroups based on UID/GID.
cpuspeedThis program monitors the system's idle percentage and reduces or raises the CPUs' clock speeds and voltages accordingly to minimize power consumption when idle and maximize perfor-mance when needed.
crondThe daemon to execute scheduled commands.
ip6tablesIt's IPv6 packet filter administration.
iptablesIt's administration tool for IPv4 packet filtering and NAT.
lvm2-monitorMonitor LVM2 with using dmeventd.
netconsoleIt sends printk message from kernel on UDP.
netfsNFS clinet.
networkNetwork system.
postfixSMTP service daemon.
rdiscDetect routers in local subnets.
restorecondIt's the daemon that watches for file creation and then sets the default SELinux file context.
rsyslogIt reads and/or clears kernel message ring buffer; set console_loglevel.
saslauthdsaslauthd is a daemon process that handles plaintext authentication requests on behalf of the SASL library.
sshdOpenSSH sshd daemon.
udev-postMoves the generated persistent udev rules to /etc/udev/rules.d.

No comments:

Post a Comment