startup script???

hello there all,
i’m new to qnx. where is the startup script for root and the one for users? i
need to add some commands to slay io-net and start it again for my particular
net card and on’t know where to start.

Previously, Michelangelo Capraro wrote in qdn.public.qnxrtp.installation:

hello there all,
i’m new to qnx. where is the startup script for root and the one for users? i
need to add some commands to slay io-net and start it again for my particular
net card and on’t know where to start.

You can do that in /etc/rc.d/rc.local

This file doesn’t exists normally so, create it and remember to enable the x bit, it is checked by the startup script. This is common script.
To execute user’s specific commands you can create a .profile script in homes directory.

Alain.