Init - SysV init Script
Table of Contents
1 - About
The init script are bash script that are run by the init daemon.
2 - Articles Related
3 - Management
3.1 - Development
3.2 - Location
3.3 - start/stop individual daemons
Each script will be run as a command and the structure of the command will look like:
/etc/init.d/command OPTION
Where command is the actual command to run and OPTION can be one of the following:
- start
- stop
- reload
- restart
- force-reload
For instance:
- to stop the web server:
/etc/init.d/httpd stop
/etc/init.d/networking restart