![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| named pipes | kanchan_agr | Shell Programming and Scripting | 5 | 09-12-2007 05:48 AM |
| Named PIPE | Tamil | UNIX for Dummies Questions & Answers | 2 | 01-17-2007 03:20 AM |
| tee into 2 named pipes | zzol | UNIX for Advanced & Expert Users | 9 | 12-12-2006 08:10 PM |
| IPC using named pipe | sharanbr | High Level Programming | 2 | 02-16-2006 12:01 PM |
| how and where do i put the entries of named?? | balu | UNIX for Dummies Questions & Answers | 2 | 08-20-2001 11:59 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
named
Dear All ,
Kindly i would like to start the named whenever the system reboot , currently i start it manually . for more info. i have both named , one from SUN , and other one i installed it from internet , now i want the one from SUN to start automatically when rebooting . its path is : /usr/sbin/in.named what dir. shall i edit , to make the DNS work automatically when booting ?? thanks |
|
|||||
|
The startup scripts are number because of the way the OS works - it runs all files begining with S (startup) - to insure that your interface is started before something that requires connection to another server (possibly) like NIS ypbind, it also sorts the list of files by the number.
|
|
|||||
|
The higher the number is not the higher priority. It's just so the scripts are run in an order - you can add scripts to the directory. It doesn't matter what number you give it - as long as you watch out that you aren't starting something first that needed another service. If you aren't sure, add it to /etc/rc3.d/.
You could name them S01aaaa, S01aaab, S02aaaa and they would run in this order: S01aaaa S01aaab S02aaaa Since you want to be descriptive, you set up the names to give a clue of what you are doing S88sendmail S73named S92volmgt S75cron You would see the order if you did ls -1 S* on the rcX.d directories. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|