Results 1 to 5 of 5
Hi all
On Knoppix 3.7, where/what file would I look for to edit Startup Items?
For instance, I dont want/need cups running or apache, etc. But I do want to ...
- 02-24-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 45
Startup File
Hi all
On Knoppix 3.7, where/what file would I look for to edit Startup Items?
For instance, I dont want/need cups running or apache, etc. But I do want to add vncserver to the list...
Thanks
Hong
- 02-24-2005 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
If its a GUI application that you want to start
If its a consoleCode:ln -s </path/to/app> ~/.kde/Autostart/
Code:rc.local (most likely /etc/rc.d/rc.local).
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 02-24-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 45
thanks...
what if I want to remove stuff?
- 02-24-2005 #4Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
unless you know exactly what your doing, you can venture in this path. Make sure you keep a backup of the file you change
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 02-27-2005 #5Just Joined!
- Join Date
- Feb 2005
- Posts
- 45
Hi
Ok i thought I would try remove some tuff I dont need running at startup...
But in /etc/ I have rc0.d, rc1.d, etc etc...
Which do I edit?
I tried rc0.d first, do I just delete the shell scripts to the process I dont want? E.G I want to stop pure-ftpd running, so I delete the link to it, correct?
Thanks
Hong


Reply With Quote
