Start/Stop and Restart Service
Apache Web Server
#apachectl start/stop/restart
#/etc/rc.d/init.d/httpd start/stop/restart
#service httpd start/stop/restart
Squid Proxy Server
#/etc/rc.d/init.d/squid start/stop/restart
#service squid start/stop/restart
DHCP
#/etc/rc.d/init.d/dhcpd start/stop/restart
#service hdcpd start/stop/restart
DNS
#/etc/rc.d/init.d/named start/stop/restart
#service named start/stop/restart
Sendmail
#/etc/rc.d/init.d/sendmail start/stop/restart
#service sendmail start/stop/restart
NFS
#/etc/rc.d/init.d/nfs start/stop/restart
#service nfs start/stop/restart
Samba
#/etc/rc.d/init.d/smb start/stop/restart
#service smb start/stop/restart
Network
#/etc/rc.d/init.d/network start/stop/restart
#service network start/stop/restart
FTP,imap4,pop3
#/etc/init.d/xinetd start/stop/restart
/etc/xinetd.d/ipop3,imap,ftp
disable =yes
vsftpd
#/etc/rc.d/init.d/vsftpd start/stop/restart
#service vsftpd start/stop/restart