Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default inet.d

    Can anyone point to some list of script names in /etc/init.d/ and what are
    they doing?
    Thanks!

    --
    Stojcevski Dejan
    e-mail: [email]dejnin@freemail.com.mk[/email]
    [email]dejnin@mol.com.mk[/email]


    Stojcevski Dejan Guest

  2. Similar Questions and Discussions

    1. inet-type sequence
      Hi there. How do I create a sequence of type inet for automatic assignment an IP/32 to a new row? Neither nextval() nor CREATE SEQUENCE seem for...
    2. Pb with IO::Socket::INET and recv
      Hi all, Since I migrate a client program to Mandrake 9.1 (kernel 2.4.21-0.13) and perl 5.8.0, this little program didn't work. The problem occured...
    3. XPpro upgrade->no access to Inet thru AOL
      Hi, I am having the same problem, any solution to this. Thanks Srinivas it policies in what
    4. How to check server status using InetCtls.Inet?
      Set Inet = Server.CreateObject("InetCtls.Inet.1") Inet.URL = "http://www.yahoo.com/" Inet.AccessType = icDirect Inet.Protocol = icHTTP...
  3. #2

    Default Re: inet.d


    "Stojcevski Dejan" <dejnin@freemail.com.mk> wrote in message
    news:3f2d4ab4$1@news.mt.net.mk...
    > Can anyone point to some list of script names in /etc/init.d/ and what are
    > they doing?
    > Thanks!
    >
    > --
    > Stojcevski Dejan
    > e-mail: [email]dejnin@freemail.com.mk[/email]
    > [email]dejnin@mol.com.mk[/email]
    >
    >
    see the answer to your previous post


    DJ Guest

  4. #3

    Default Re: inet.d

    "Stojcevski Dejan" <dejnin@freemail.com.mk> writes in comp.unix.solaris:
    |Can anyone point to some list of script names in /etc/init.d/

    ls /etc/init.d

    |and what are they doing?

    They generally start/stop the service they are named after. Reading the
    script provides more details if the name is non-obvious. (For instance,
    /etc/init.d/inetinit has a long comment at the beginning explaining it's
    overall purpose, and additional comments explaining each step.)

    --
    __________________________________________________ ______________________
    Alan Coopersmith [email]alanc@alum.calberkeley.org[/email]
    [url]http://www.CSUA.Berkeley.EDU/~alanc/[/url] aka: [email]Alan.Coopersmith@Sun.COM[/email]
    Working for, but definitely not speaking for, Sun Microsystems, Inc.
    Alan Coopersmith 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