All of lore.kernel.org
 help / color / mirror / Atom feed
* More on Startup Scripts
@ 2002-09-18 17:49 Paul Kraus
  2002-09-18 18:14 ` Ray Olszewski
  2002-09-18 19:55 ` Arthur Othieno
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Kraus @ 2002-09-18 17:49 UTC (permalink / raw)
  To: linux-newbie

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

I understand that in the runtime folders that the SXXscript stands for
startup and the KXXscript stands for kill. What do the XX stand for?

Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Paul Kraus (pkraus@pelsupply.com).vcf --]
[-- Type: text/x-vcard; name="Paul Kraus (pkraus@pelsupply.com).vcf", Size: 592 bytes --]

BEGIN:VCARD
VERSION:2.1
N:Kraus;Paul
FN:Paul Kraus (pkraus@pelsupply.com)
ORG:PEL Supply Company
TITLE:Network Administrator
TEL;WORK;VOICE:(216) 267-5775
TEL;CELL;VOICE:(216) 410-5526
TEL;WORK;FAX:(216) 267-6176
ADR;WORK:;;4666 Manufacturing Road;Cleveland;Ohio;44135;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:4666 Manufacturing Road=0D=0ACleveland, Ohio 44135=0D=0AUnited States of Ame=
rica
ADR;HOME:;;;;;;United States
LABEL;HOME:United States
URL;WORK:http://www.pelsupply.com
EMAIL;PREF;INTERNET:pkraus@pelsupply.com
REV:20020416T182124Z
END:VCARD

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: More on Startup Scripts
  2002-09-18 17:49 More on Startup Scripts Paul Kraus
@ 2002-09-18 18:14 ` Ray Olszewski
  2002-09-18 19:55 ` Arthur Othieno
  1 sibling, 0 replies; 3+ messages in thread
From: Ray Olszewski @ 2002-09-18 18:14 UTC (permalink / raw)
  To: Paul Kraus, linux-newbie

At 01:49 PM 9/18/02 -0400, Paul Kraus wrote:
>I understand that in the runtime folders that the SXXscript stands for
>startup and the KXXscript stands for kill. What do the XX stand for?

The scripts run in sort order, so their execution order is determined by 
the numbers in the XX locations.



--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski					-- Han Solo
Palo Alto, California, USA			  ray@comarre.com
-------------------------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: More on Startup Scripts
  2002-09-18 17:49 More on Startup Scripts Paul Kraus
  2002-09-18 18:14 ` Ray Olszewski
@ 2002-09-18 19:55 ` Arthur Othieno
  1 sibling, 0 replies; 3+ messages in thread
From: Arthur Othieno @ 2002-09-18 19:55 UTC (permalink / raw)
  To: Paul Kraus; +Cc: linux-newbie

Well, if for example your default runlevel is 5, then in the /etc/rc5.d 
directory (in Debian) (or /etc/rc.d/rc5/ in RedHat and RedHat-like 
systems), you may have a listing like this (this is just an example)

K12anacron  -> /etc/init.d/anacron
S02portmap  -> /etc/init.d/portmap
S11sshd     -> /etc/init.d/sshd
S43sendmail -> /etc/init.d/sendmail

...note that these are actually _not_ scripts but symbolic links to the 
actual scripts that reside in /etc/init.d, thus, in the above example, 
anacron will be killed, the portmapper started, followed by sshd and so 
on. The numbers XX dictate the order in which services are started/stopped.

Arthur

Paul Kraus wrote:

> I understand that in the runtime folders that the SXXscript stands for
> startup and the KXXscript stands for kill. What do the XX stand for?
> 
> Paul Kraus
> Network Administrator
> PEL Supply Company
> 216.267.5775 Voice
> 216-267-6176 Fax
> www.pelsupply.com
> 


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-09-18 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-18 17:49 More on Startup Scripts Paul Kraus
2002-09-18 18:14 ` Ray Olszewski
2002-09-18 19:55 ` Arthur Othieno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.