How to restart Linux server services?

As you know, both Linux and Windows server is different. For Windows everything is there, you just need to click on start, stop or restart the services. Different with Linux server, every single thing needed to be done via command. For new learner of Linux server, I would like to share certain command that use to restart the services in Linux CentOS server.

Command restart Linux services

Restart qmail services
qmailctl restart

Restart ftp services

service vsftp restart

Restart www services

service httpd restart
 

Restart spamassassin services
service spamassassin restart
 

Reboot server
reboot

Comments