Results 1 to 5 of 5
Im running Debian Sarge with Gnome environment..I also have VNC server running but would like to find the process and kill it. I would also like to disable this service ...
- 08-23-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 3
help finding process and changing things at boot
Im running Debian Sarge with Gnome environment..I also have VNC server running but would like to find the process and kill it. I would also like to disable this service from starting on boot. Where do I do this at in Debian?
- 08-23-2005 #2
go to /etc/init.d and see if it is listed in that folder. If it is, do
Code:update-rc.d -f name_of_script remove
Brilliant Mediocrity - Making Failure Look Good
- 08-23-2005 #3
Re: help finding process and changing things at boot
The best program for managing your services is sysv-rc-conf.
Originally Posted by dizzaniix
Another option would be to use bum.It may be that your sole purpose in life is simply to serve as a warning to others.
- 08-24-2005 #4Linux Newbie
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
try this go to /ect/rc2.d and look for the process. then just add a '_' before it so it doesnt start. if you want to re-enable it u just remove the '_'.
is used to add the underscoremv process _process
- 08-24-2005 #5
Re: help finding process and changing things at boot
I am going to have to try those.... thanks
Originally Posted by St. Joe
Brilliant Mediocrity - Making Failure Look Good


Reply With Quote
