cPanel

 An online Linux-based web hosting control panel (cPanel) is a powerful tool for website management that utilizes a single interface for all of your site management needs.

Command to START/STOP/RESTART/VIEW the cPanel Services

A command is an instruction given by the user to run a single program or a group of linked programs. Commands are issued by typing in the command line. Here are the commands to know about the cPanel services.

To start a cPanel service, use

# service cpanel start or # /etc/init.d/cpanel start 

To stop a cPanel service, use

# service cpanel stop or # /etc/init.d/cpanel stop

To restart a cPanel service, use

# service cpanel restart or # /etc/init.d/cpanel restart

To view a cPanel service, use

# service cpanel status or  # /etc/init.d/cpanel status