

InterviewSolution
1. |
Solve : How to add a startup program at ubuntu?? |
Answer» I hope my program to be launched RIGHT after system INITIALIZATION and it should be run as a foreground process. I inserted a command at end of /etc/rc.local to invoke my program. My trouble is that my program was run as a background task. Running at foreground is very important for me because I would like to have INTERACTION with it. |
|