Ask a Question related to SCO, Design and Development.

  1. #1

    Default startup ...

    Hello,

    I noticed there are folders like:

    /etc/rc0.d
    /etc/rc1.d
    /etc/rc2.d
    ..
    ..
    ..
    Each folder corresponds to a runlevel?

    In each of these folders there is a bunch of scripts...are they the
    one who get executed when I type 'init 2' for example in /etc/rc2.d/ ?
    In what order to they get executed which script file before which one
    ?

    --
    Can I somehow disable the 'init 0' only ?
    I tried to 'mv /etc/rc0.d /etc/rc0.d.old' but yet I see the system
    launching the shutdown scripts...


    Regards,
    Elias
    lallous Guest

  2. Similar Questions and Discussions

    1. Startup Password
      I'm unable to use Contribute because it keeps asking for a startup password. You have 3 attempts at getting it right & after that it will open but...
    2. Open At OS X Startup
      > I am running Filemaker 5.5 on OS X 10.2.6. I have it set under System There's a bug in OS X that a FileMaker file that has a password won't...
    3. Startup
      On Sat, 28 Jun 2003 20:04:57 -0700, "sergio" <sergio_fernandez@hotmail.com> wrote: Sergio, it depends on what switches the applications...
    4. Startup programs
      Hi Tony - To modify which programs are automatically started when you start your computer, you need to add or remove shortcuts to your startup...
    5. ISM startup not functioning
      Environment IDS 7.31 on SCO Openserver 5 ISM 2.2 I am having a problem starting up ism. When I issue the command ism_startup –init (as root) ...
  3. #2

    Default Re: startup ...

    On 31 Jul 2003 22:06:00 -0700, [email]lallous@lgwm.org[/email] (lallous) wrote:
    >Hello,
    >
    >I noticed there are folders like:
    >
    >/etc/rc0.d
    >/etc/rc1.d
    >/etc/rc2.d
    You have an rc1.d directory?
    >.
    >.
    >.
    >Each folder corresponds to a runlevel?
    >
    >In each of these folders there is a bunch of scripts...are they the
    >one who get executed when I type 'init 2' for example in /etc/rc2.d/ ?
    >In what order to they get executed which script file before which one
    >?
    >Can I somehow disable the 'init 0' only ?
    >I tried to 'mv /etc/rc0.d /etc/rc0.d.old' but yet I see the system
    >launching the shutdown scripts...
    I cannot imagine why you would want to do that.
    >Regards,
    >Elias
    See [url]http://osr5doc.ca.caldera.com:457/OSAdminG/sstT.etcrc.html[/url] for a
    quick rundown on what happens during bootup, and read the init(M),
    rc2(ADM), and rc0(ADM) man pages for more information.


    Scott McMillan

    Scott McMillan Guest

  4. #3

    Default Re: startup ...

    lallous <lallous@lgwm.org> wrote:
    >Hello,
    >I noticed there are folders like:
    >/etc/rc0.d
    >/etc/rc1.d
    >/etc/rc2.d
    >.
    >.
    >.
    >Each folder corresponds to a runlevel?
    Yes, though it's controlled by /etc/inittab

    See [url]http://aplawrence.com/Unixart/startup.html[/url]

    >In each of these folders there is a bunch of scripts...are they the
    >one who get executed when I type 'init 2' for example in /etc/rc2.d/ ?
    >In what order to they get executed which script file before which one
    >?
    >--
    >Can I somehow disable the 'init 0' only ?
    >I tried to 'mv /etc/rc0.d /etc/rc0.d.old' but yet I see the system
    >launching the shutdown scripts...

    Don't do that.

    There are reasons for the scripts. If you have some specific
    reason to shutdown without running the scripts, use "haltsys".

    --
    [email]tony@aplawrence.com[/email] Unix/Linux/Mac OS X resources: [url]http://aplawrence.com[/url]
    Get paid for writing about tech: [url]http://aplawrence.com/publish.html[/url]
    tony@aplawrence.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139