The UNIX and Linux Forums
>
Operating Systems
>
SUN Solaris
how do I start a script in run level 3 in solaris?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
how do I start a script in run level 3 in solaris?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
12-03-2007
reborg
Administrator
Join Date: Mar 2005
Location: Ireland
Posts: 3,829
Ideally you would put the script in /etc/init.d and you would then create a link to it in /etc/rc3.d with a name beginning with S01 to S99 to tell it where in the startup sequence you want it to start.
The documentation in on
http://docs.sun.com
reborg
View Public Profile
Find all posts by reborg