The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 03-20-2009
pludi's Avatar
pludi pludi is online now Forum Staff  
Moderator
  
 

Join Date: Dec 2008
Location: .at
Posts: 1,920
Rule #4: Do not bump up your questions.

In Linux, the init scripts usually reside under /etc/init.d (sometimes /etc/rc.d/init.d). rc[0-6].d contain symbolic links to those scripts telling init which scripts to run and in what order, for each runlevel (0 to 6). rcS.d contains the scripts for single user mode (rescue/repair mode)