Find the answer to your Linux question:
Results 1 to 2 of 2
If the notations( S05,S06,S99 etc) for services under /etc/rc.d/rc?.d stands for start(S) with priority(05,06,99 etc) the service(kudzu,tcpuspeed,local) then why two different services have same priority ? because if they are ...
  1. #1
    Just Joined! amit4g's Avatar
    Join Date
    Feb 2007
    Location
    Bangalore,India
    Posts
    63

    service startup confusion

    If the notations( S05,S06,S99 etc) for services under /etc/rc.d/rc?.d
    stands for start(S) with priority(05,06,99 etc) the service(kudzu,tcpuspeed,local) then why
    two different services have same priority ? because if they are at same priority level
    then which will start first ?

    e.g.
    [root@venus ]# ls -l S05*
    lrwxrwxrwx 1 root root 15 Nov 30 13:55 S05kudzu -> ../init.d/kudzu
    lrwxrwxrwx 1 root root 17 Nov 30 13:57 S05openibd -> ../init.d/openibd

    ~amit

  2. #2
    Linux User
    Join Date
    Jun 2007
    Posts
    318
    They start in alphabetical order. So the 1st one in the 'ls' output is the 1st one that will start.

    Vic

Posting Permissions

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