![]() |
|
|
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 |
| Executing a script at startup | sridharr83 | HP-UX | 4 | 12-21-2007 05:07 AM |
| Executing set of sh files at system startup | appleforme1415 | SuSE | 1 | 05-15-2007 10:05 AM |
| Not executing during startup | mhenryj | AIX | 2 | 06-13-2006 06:52 PM |
| System Startup Time | shoeb_syed | UNIX for Dummies Questions & Answers | 6 | 03-17-2006 01:56 AM |
| How can I add my own service when system startup? | wilsonchan1000 | UNIX for Dummies Questions & Answers | 6 | 10-24-2002 05:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Executing sh files at System Startup
Hi Everybody
I am totally new to Unix Currently we have 4 to 5 shell scripts which needs to be executed manually by the users.I want these scripts to be run automatically when system starts...something like system startup service. When system is shutdown, all these process should be shutdown normally without any problem. At the sametime ,if i want to start or stop those processes through User interface(Java Swing based application), i need a way to do the same . we hav developed application in Java which is running on Linux platform. |
|
||||
|
you will need to place the startup scripts in rc2.d and the stop scripts in rc1.d , "man rc " will tell you exactly how and where the directories will need to be present. It is different for different operating systems. I have no worked on SusE a lot , but I can surely give you that hint.
Regards, Kaps |
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|