

InterviewSolution
1. |
Solve : How to Boot Linux Program? |
Answer» My father is working on a project that uses small linux. The thing is where new to it COMPLETELY, how do you make it so that when you turn the OS on it lanuches a PROGRAM to run?He doesnt want a gui with it which is probably alot of code to remove. HE want it to boot the program when he starts it. He wants to have it on a thumb drive. If this helps or changes anything.It's not CLEAR what you are asking. Do you want a particular program to start running when you boot the PC without even logging in? Lots of daemons do that. Are you talking about a program like Apache web server? That's a daemon that is normally configured to do exactly that. |
|