FG

Why do scripts beginning with an 'S' exist in /etc/rc.d/rc{0,6}.d?

Fresh3 days ago
Mar 15, 202611958 views
Confidence Score0%
0%

Problem

Why do scripts beginning with an 'S' exist in ? Will there be trouble if I change the 'S' to a 'K'? Is the behavior of the system changed when it halts/reboots?

Error Output

/etc/rc.d/rc{0,6}.d

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why do scripts beginning with an 'S' exist in /etc/rc.d/rc{0,6}.d?

Low Risk

Yes, the traditional system V init style (what that is) makes symlinks that start with S, or K. those with S means "start", and they are run with the "start" parameter when that runlevel is entered. Those with K means "kill", those services are run …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment