[Linux] The /etc/rcS.d directory in Debian.

oneshot(55)
Published in
#linux
Words
70
Reading
1 min
Listen
Play
8y

/etc/rcS.d

From the README file:
The scripts in this directory whose names begin with an 'S' are
executed once when booting the system, even when booting directly into single user mode.

The scripts are all symbolic links whose targets are located in
/etc/init.d/ .

To disable a script in this directory, rename it so that it begins
with a 'K' and run update-rc.d script defaults to update the order
using the script dependencies.

[Linux] The /etc/rcS.d directory in Debian. | Ecency