on Sun, Jul 29, 2001 at 12:52:46PM +0800, Tao Liu ([EMAIL PROTECTED]) wrote: > How can I stop the system services I dont want them to run? > Forexample, I don't want zope to run, but is starts when I turn on my > cumputer. > In redhat, I use "ntsysv" . > How can I do in debian?
To stop a service:
$ /etc/init.d/<script> stop
...to change SYSV init settings between system boots, use update-rc.d:
$ man update-rc.d
...for more info.
--
Karsten M. Self <[email protected]> http://kmself.home.netcom.com/
What part of "Gestalt" don't you understand? There is no K5 cabal
http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org
Free Dmitry!! Boycott Adobe!! Repeal the DMCA!! http://www.freedmitry.org
pgpCvGzyg7GTq.pgp
Description: PGP signature

