Difference between revisions of "Init.d"

From Tassadar
Jump to: navigation, search
(Created page with " == Init.d == The Windows analog to init.d is the Services MMC. In /etc/init.d, you can find scripts that start, stop, restart, or check the status of running background program...")
 
(Init.d)
Line 1: Line 1:
 
== Init.d ==
 
  
 
The Windows analog to init.d is the Services MMC. In /etc/init.d, you can find scripts that start, stop, restart, or check the status of running background programs, just like the Services MMC. When you install a program, it usually drops the script into init.d, leaving everything in a convenient place.
 
The Windows analog to init.d is the Services MMC. In /etc/init.d, you can find scripts that start, stop, restart, or check the status of running background programs, just like the Services MMC. When you install a program, it usually drops the script into init.d, leaving everything in a convenient place.

Revision as of 11:57, 17 April 2011

The Windows analog to init.d is the Services MMC. In /etc/init.d, you can find scripts that start, stop, restart, or check the status of running background programs, just like the Services MMC. When you install a program, it usually drops the script into init.d, leaving everything in a convenient place.