1837243 Members
4816 Online
110115 Solutions
New Discussion

run process

 
SOLVED
Go to solution
juno2
Super Advisor

run process

I would like to run some processes when everytime re-boot the unix , what file should be modify so that the process will automatically run ? thx
1 REPLY 1
T G Manikandan
Honored Contributor
Solution

Re: run process

You need to write a script which should contain the startup execution command and place the script at rc startup directories.

For more information check this doc

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000035176475

Also look at start_up.txt at /usr/share/doc


Also there are lot of postings in the forum.

Just do a search with "startup scripts" as the search string

Thanks