![]() |
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 Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to change the boot sequence? | wrapster | SUN Solaris | 5 | 02-17-2008 04:10 AM |
| linux 2.4 boot up sequence | Franco | Linux | 7 | 01-30-2008 01:53 PM |
| Wierd boot-up sequence | nitinp82 | UNIX for Dummies Questions & Answers | 1 | 02-01-2007 04:40 PM |
| Script in boot sequence | delphine | UNIX for Dummies Questions & Answers | 1 | 01-25-2006 12:20 PM |
| Boot Sequence | delphine | UNIX for Dummies Questions & Answers | 3 | 01-25-2006 11:08 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Unix Boot Sequence
Hello all Unix fans.
What files are involved in the Unix boot sequence, i guess there is alot of them but some must be the main files? For example the service SENDMAIL starts on our Unix machine where should i edit so that it will not start at BOOT. initd.conf? rc2.d? I hope you understand my question and i know this is really basic but i hope you have time to help me out. /Nick |
|
||||
|
To disable sendmail so that it does not start at bootup,
rename /etc/rc2.d/S88sendmail to /etc/rc2.d/s88sendmail_disable this will prevent sendmail from start at bootup Note /etc/rc2.d/s88sendmail_disable s88sendmail_disable is all lower case, it most be lower case to disable sendmail or any other daemon in rc |
|
||||
|
System startup
you might want to take a look here: http://userpages.umbc.edu/~jack/ifsm...ulti-user.html
best regards, eNTer |
|
||||
|
.... for Solaris
All scripts and links are executed from the /etc/rc[n].d/ directories. Many of these may be files located in these locations or links to files or scripts in /etc/init.d/. Usually you can stop and start any service (if the script allows) by issuing a request from the command line.
# /etc/rc2.d/S80sshd stop ... as an example, to stop the SSH daemon. If the file begins with an 'S' then it is utilised when the system comes up, if it starts with a 'K' it stops processes when the system goes down. We disable these scripts by renaming them with lowercase 's' and 'k' - this way they are never run whenthe machine comes up. Hope this helps |
|
||||
|
sajjan2,
Here's a decent overview of the startup sequence: http://docs.rinet.ru:8080/UNIXs/ch16.htm Biker Systems/Network Administrator LiveFire Labs - Hands-On Technical e-Learning www.LiveFireLabs.com |
![]() |
| Bookmarks |
| Tags |
| linux, sendmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|