Tagged Questions
3
votes
2answers
252 views
Booting Ubuntu into the Command Line? [duplicate]
Possible Duplicate:
How to disable X at boot time?
How do I boot Ubuntu by default into the CLI using a multiuser runlevel? I wish to still maintain my graphical desktop manager (GDM or ...
0
votes
1answer
735 views
Changing runlevel: init or telinit?
I've been looking on the Internet for an answer and haven't found a concrete one. If I want to change the runlevel it is okay to use just init or do I always have to call it through telinit.
I've ...
3
votes
1answer
603 views
On 10.04 Lucid, how can I add a script to startup to run as another user?
On 10.04 Lucid, how can I add a script to run at startup as another user?
Will I add a script someplace like /etc/init.d/myscript ? Or is it better to put it in the cron file for root as @reboot and ...