Sunday, February 5, 2017

HOW TO START, STOP OR RESTART APPLICATIONS IN LINUX

The Start command is used to start a application.
The Stop command is used to Stop a application.
The Restart command is used to restart a application.

Ex: sudo /etc/init.d/apache2 start

Note: After each command space should be there. 

No comments: