Tagged Questions
4
votes
2answers
139 views
What happens if I set default system runlevel to 0 or 6?
What I understand from runlevels is that in each level some programs have permission to be executed and some don't. runlevel 3 boots system into CLI and runlevel 5 starts the default GUI.
But I don't ...
6
votes
4answers
2k views
Add item to inittab on OpenSuse 12.1
I am currently working on a project which needs to be added to inittab so that the program loads during startup.
The program that I am trying to start is a c# mono application. I have created a ...
2
votes
1answer
347 views
Ubuntu 11.04 Startup Applicatation vs /etc/init.d
Is there any difference between these two methods for application to start on boot? I need an application to start before a logon occurs and am questioning whether or not Ubuntu's Startup Application ...