Eliminar demonios no necesarios

Hola a todos.

Tengo instalado un Debian en un portatil, el pobre corre un poco lentillo y queria agilizarlo, la cuestion es que no tiene internet y para lo que lo quiero utilizar no necesita grandes cosas.
Solo lo quiero para ver presentaciones en power point y ver videos, es para dar formacion, por lo que no necesita grandes cosas.

De momento lo tengo con Gnome, hasta que sea capaz de instalarle un X mas sencillito y esas cosas, pero la cuestion es que me gustaria poder eliminar todo lo que arranca con el equipo y que no voy a necesitar para nada, como cosas de correo, internet y todo eso que no voy a necesitar, he realizado un lsmod pero solo salen unas pocas cosas, desde el administrador de sistemas (se nota que vengo de windows) veo un monton de procesos que no se si se estan utilizando o no, ¿como puedo optimizar el equipo para que no cargue cosas innecesarias? ¿que archivos tengo que editar para eliminar ciertos demonios?

Muchas gracias a todos.

Un saludo.
Si lo que quieres es que no arranquen en el inicio del sistema,creo que basta con eliminar los enlaces simbolicos a ellos que hay en /etc/rcN.d/,donde N es el nivel de ejecucion.Si tienes el servicio de red dhcpd en el nivel 3(por poner un ejemplo),borra el enlace simbolico que hay en /etc/rc3.d hacia /etc/init.d/dhcpd;puedes ver como van los enlaces haciendo un #ls -lR /etc/rc* (por si no lo sabias)
Saludos!![bye]
Cunado arranca linux, en algun momento te dira "Entering runlevel x", donde x es un numero del 1 al 6. En ubuntu creo que por defecto es el 2.

Te vas a /etc/rcx.d/ (p.e etc/rc2.d/) y dentro tienes los enlaces a los scripts de arranque de los demonios. Lo que tienes que hacer es renombrar aquellos que no te interesen cambiando la S (start) por una K (kill). Así impides su ejecución. Por cierto, el número indica la prioridad.

Por ejemplo, si tuvieras el enlace /etc/rc2.d/S15bind9 (un servidor de DNS) y quisieras desactivarlo harías:

mv /etc/rc2.d/S15bind9 /etc/rc2.d/K15bind9
Pon en consola "runlevel" y te saldrá cual utilizas (en debian por defecto es el 2)
Gracias a los dos.

La verdad es que es bastante complicado ver en ningun sitio cual es el run level que se esta ejecutando, realice el comando que me indicaba el fer y en el unico en el que viene algo en total es en el rcS, que vienen 4, aunque salen un monton de ellos, lo que no se cuales son los de matar y cuales no.
A ver si puedo sacarlo a algun disquete o algo y lo pongo aqui para que me comenteis vosotros.

De nuevo muchas gracias por vuestra ayuda.

Un saludo a todos.

Edito, pongo aqui todo lo que me sale al hacer el comando.

/etc/rc0.d:
total 0
lrwxrwxrwx 1 root root 13 2005-07-26 13:22 K01gdm -> ../init.d/gdm
lrwxrwxrwx 1 root root 14 2005-07-26 12:33 K11cron -> ../init.d/cron
lrwxrwxrwx 1 root root 16 2005-07-26 13:09 K20dbus-1 -> ../init.d/dbus-1
lrwxrwxrwx 1 root root 17 2005-07-26 13:10 K20dirmngr -> ../init.d/dirmngr
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 K20exim4 -> ../init.d/exim4
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 K20inetd -> ../init.d/inetd
lrwxrwxrwx 1 root root 13 2005-07-26 13:11 K20lpd -> ../init.d/lpd
lrwxrwxrwx 1 root root 17 2005-07-26 12:32 K20makedev -> ../init.d/makedev
lrwxrwxrwx 1 root root 16 2005-07-26 12:35 K20pcmcia -> ../init.d/pcmcia
lrwxrwxrwx 1 root root 13 2005-07-26 13:10 K20ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 13 2005-07-26 13:09 K21fam -> ../init.d/fam
lrwxrwxrwx 1 root root 20 2005-07-26 12:32 K25hwclock.sh -> ../init.d/hwclock.sh
lrwxrwxrwx 1 root root 20 2005-07-26 13:11 K79nfs-common -> ../init.d/nfs-common
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 K86ppp -> ../init.d/ppp
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 K89atd -> ../init.d/atd
lrwxrwxrwx 1 root root 21 2005-07-26 12:35 K89hotplug-net -> ../init.d/hotplug-net
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 K89klogd -> ../init.d/klogd
lrwxrwxrwx 1 root root 18 2005-07-26 12:33 K90sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 18 2005-07-26 12:32 S20sendsigs -> ../init.d/sendsigs
lrwxrwxrwx 1 root root 17 2005-07-26 12:32 S30urandom -> ../init.d/urandom
lrwxrwxrwx 1 root root 22 2005-07-26 12:32 S31umountnfs.sh -> ../init.d/umountnfs.sh
lrwxrwxrwx 1 root root 17 2005-07-26 13:09 S32portmap -> ../init.d/portmap
lrwxrwxrwx 1 root root 20 2005-07-26 12:33 S35networking -> ../init.d/networking
lrwxrwxrwx 1 root root 18 2005-07-26 12:33 S36ifupdown -> ../init.d/ifupdown
lrwxrwxrwx 1 root root 18 2005-07-26 12:32 S40umountfs -> ../init.d/umountfs
lrwxrwxrwx 1 root root 14 2005-07-26 12:32 S90halt -> ../init.d/halt

/etc/rc1.d:
total 0
lrwxrwxrwx 1 root root 13 2005-07-26 13:22 K01gdm -> ../init.d/gdm
lrwxrwxrwx 1 root root 14 2005-07-26 12:33 K11cron -> ../init.d/cron
lrwxrwxrwx 1 root root 16 2005-07-26 13:09 K20dbus-1 -> ../init.d/dbus-1
lrwxrwxrwx 1 root root 17 2005-07-26 13:10 K20dirmngr -> ../init.d/dirmngr
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 K20exim4 -> ../init.d/exim4
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 K20inetd -> ../init.d/inetd
lrwxrwxrwx 1 root root 13 2005-07-26 13:11 K20lpd -> ../init.d/lpd
lrwxrwxrwx 1 root root 17 2005-07-26 12:32 K20makedev -> ../init.d/makedev
lrwxrwxrwx 1 root root 16 2005-07-26 12:35 K20pcmcia -> ../init.d/pcmcia
lrwxrwxrwx 1 root root 13 2005-07-26 13:10 K20ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 13 2005-07-26 13:09 K21fam -> ../init.d/fam
lrwxrwxrwx 1 root root 20 2005-07-26 13:11 K79nfs-common -> ../init.d/nfs-common
lrwxrwxrwx 1 root root 17 2005-07-26 13:09 K81portmap -> ../init.d/portmap
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 K86ppp -> ../init.d/ppp
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 K89atd -> ../init.d/atd
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 K89klogd -> ../init.d/klogd
lrwxrwxrwx 1 root root 18 2005-07-26 12:33 K90sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 16 2005-07-26 12:32 S20single -> ../init.d/single

/etc/rc2.d:
total 0
lrwxrwxrwx 1 root root 18 2005-07-26 12:33 S10sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S11klogd -> ../init.d/klogd
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 S14ppp -> ../init.d/ppp
lrwxrwxrwx 1 root root 17 2005-07-26 13:09 S18portmap -> ../init.d/portmap
lrwxrwxrwx 1 root root 16 2005-07-26 13:09 S20dbus-1 -> ../init.d/dbus-1
lrwxrwxrwx 1 root root 17 2005-07-26 13:10 S20dirmngr -> ../init.d/dirmngr
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S20exim4 -> ../init.d/exim4
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S20inetd -> ../init.d/inetd
lrwxrwxrwx 1 root root 13 2005-07-26 13:11 S20lpd -> ../init.d/lpd
lrwxrwxrwx 1 root root 17 2005-07-26 12:32 S20makedev -> ../init.d/makedev
lrwxrwxrwx 1 root root 16 2005-07-26 12:35 S20pcmcia -> ../init.d/pcmcia
lrwxrwxrwx 1 root root 13 2005-07-26 13:10 S20ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 13 2005-07-26 13:09 S21fam -> ../init.d/fam
lrwxrwxrwx 1 root root 20 2005-07-26 13:11 S21nfs-common -> ../init.d/nfs-common
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 S89atd -> ../init.d/atd
lrwxrwxrwx 1 root root 14 2005-07-26 12:33 S89cron -> ../init.d/cron
lrwxrwxrwx 1 root root 13 2005-07-26 13:22 S99gdm -> ../init.d/gdm
lrwxrwxrwx 1 root root 19 2005-07-26 12:32 S99rmnologin -> ../init.d/rmnologin
lrwxrwxrwx 1 root root 23 2005-07-26 12:32 S99stop-bootlogd -> ../init.d/stop-bootlogd

/etc/rc3.d:
total 0
lrwxrwxrwx 1 root root 18 2005-07-26 12:33 S10sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S11klogd -> ../init.d/klogd
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 S14ppp -> ../init.d/ppp
lrwxrwxrwx 1 root root 17 2005-07-26 13:09 S18portmap -> ../init.d/portmap
lrwxrwxrwx 1 root root 16 2005-07-26 13:09 S20dbus-1 -> ../init.d/dbus-1
lrwxrwxrwx 1 root root 17 2005-07-26 13:10 S20dirmngr -> ../init.d/dirmngr
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S20exim4 -> ../init.d/exim4
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S20inetd -> ../init.d/inetd
lrwxrwxrwx 1 root root 13 2005-07-26 13:11 S20lpd -> ../init.d/lpd
lrwxrwxrwx 1 root root 17 2005-07-26 12:32 S20makedev -> ../init.d/makedev
lrwxrwxrwx 1 root root 16 2005-07-26 12:35 S20pcmcia -> ../init.d/pcmcia
lrwxrwxrwx 1 root root 13 2005-07-26 13:10 S20ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 13 2005-07-26 13:09 S21fam -> ../init.d/fam
lrwxrwxrwx 1 root root 20 2005-07-26 13:11 S21nfs-common -> ../init.d/nfs-common
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 S89atd -> ../init.d/atd
lrwxrwxrwx 1 root root 14 2005-07-26 12:33 S89cron -> ../init.d/cron
lrwxrwxrwx 1 root root 13 2005-07-26 13:22 S99gdm -> ../init.d/gdm
lrwxrwxrwx 1 root root 19 2005-07-26 12:32 S99rmnologin -> ../init.d/rmnologin
lrwxrwxrwx 1 root root 23 2005-07-26 12:32 S99stop-bootlogd -> ../init.d/stop-bootlogd

/etc/rc4.d:
total 0
lrwxrwxrwx 1 root root 18 2005-07-26 12:33 S10sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S11klogd -> ../init.d/klogd
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 S14ppp -> ../init.d/ppp
lrwxrwxrwx 1 root root 17 2005-07-26 13:09 S18portmap -> ../init.d/portmap
lrwxrwxrwx 1 root root 16 2005-07-26 13:09 S20dbus-1 -> ../init.d/dbus-1
lrwxrwxrwx 1 root root 17 2005-07-26 13:10 S20dirmngr -> ../init.d/dirmngr
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S20exim4 -> ../init.d/exim4
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S20inetd -> ../init.d/inetd
lrwxrwxrwx 1 root root 13 2005-07-26 13:11 S20lpd -> ../init.d/lpd
lrwxrwxrwx 1 root root 17 2005-07-26 12:32 S20makedev -> ../init.d/makedev
lrwxrwxrwx 1 root root 16 2005-07-26 12:35 S20pcmcia -> ../init.d/pcmcia
lrwxrwxrwx 1 root root 13 2005-07-26 13:10 S20ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 13 2005-07-26 13:09 S21fam -> ../init.d/fam
lrwxrwxrwx 1 root root 20 2005-07-26 13:11 S21nfs-common -> ../init.d/nfs-common
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 S89atd -> ../init.d/atd
lrwxrwxrwx 1 root root 14 2005-07-26 12:33 S89cron -> ../init.d/cron
lrwxrwxrwx 1 root root 13 2005-07-26 13:22 S99gdm -> ../init.d/gdm
lrwxrwxrwx 1 root root 19 2005-07-26 12:32 S99rmnologin -> ../init.d/rmnologin
lrwxrwxrwx 1 root root 23 2005-07-26 12:32 S99stop-bootlogd -> ../init.d/stop-bootlogd

/etc/rc5.d:
total 0
lrwxrwxrwx 1 root root 18 2005-07-26 12:33 S10sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S11klogd -> ../init.d/klogd
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 S14ppp -> ../init.d/ppp
lrwxrwxrwx 1 root root 17 2005-07-26 13:09 S18portmap -> ../init.d/portmap
lrwxrwxrwx 1 root root 16 2005-07-26 13:09 S20dbus-1 -> ../init.d/dbus-1
lrwxrwxrwx 1 root root 17 2005-07-26 13:10 S20dirmngr -> ../init.d/dirmngr
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S20exim4 -> ../init.d/exim4
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 S20inetd -> ../init.d/inetd
lrwxrwxrwx 1 root root 13 2005-07-26 13:11 S20lpd -> ../init.d/lpd
lrwxrwxrwx 1 root root 17 2005-07-26 12:32 S20makedev -> ../init.d/makedev
lrwxrwxrwx 1 root root 16 2005-07-26 12:35 S20pcmcia -> ../init.d/pcmcia
lrwxrwxrwx 1 root root 13 2005-07-26 13:10 S20ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 13 2005-07-26 13:09 S21fam -> ../init.d/fam
lrwxrwxrwx 1 root root 20 2005-07-26 13:11 S21nfs-common -> ../init.d/nfs-common
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 S89atd -> ../init.d/atd
lrwxrwxrwx 1 root root 14 2005-07-26 12:33 S89cron -> ../init.d/cron
lrwxrwxrwx 1 root root 13 2005-07-26 13:22 S99gdm -> ../init.d/gdm
lrwxrwxrwx 1 root root 19 2005-07-26 12:32 S99rmnologin -> ../init.d/rmnologin
lrwxrwxrwx 1 root root 23 2005-07-26 12:32 S99stop-bootlogd -> ../init.d/stop-bootlogd

/etc/rc6.d:
total 0
lrwxrwxrwx 1 root root 13 2005-07-26 13:22 K01gdm -> ../init.d/gdm
lrwxrwxrwx 1 root root 14 2005-07-26 12:33 K11cron -> ../init.d/cron
lrwxrwxrwx 1 root root 16 2005-07-26 13:09 K20dbus-1 -> ../init.d/dbus-1
lrwxrwxrwx 1 root root 17 2005-07-26 13:10 K20dirmngr -> ../init.d/dirmngr
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 K20exim4 -> ../init.d/exim4
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 K20inetd -> ../init.d/inetd
lrwxrwxrwx 1 root root 13 2005-07-26 13:11 K20lpd -> ../init.d/lpd
lrwxrwxrwx 1 root root 17 2005-07-26 12:32 K20makedev -> ../init.d/makedev
lrwxrwxrwx 1 root root 16 2005-07-26 12:35 K20pcmcia -> ../init.d/pcmcia
lrwxrwxrwx 1 root root 13 2005-07-26 13:10 K20ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 13 2005-07-26 13:09 K21fam -> ../init.d/fam
lrwxrwxrwx 1 root root 20 2005-07-26 12:32 K25hwclock.sh -> ../init.d/hwclock.sh
lrwxrwxrwx 1 root root 20 2005-07-26 13:11 K79nfs-common -> ../init.d/nfs-common
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 K86ppp -> ../init.d/ppp
lrwxrwxrwx 1 root root 13 2005-07-26 12:33 K89atd -> ../init.d/atd
lrwxrwxrwx 1 root root 21 2005-07-26 12:35 K89hotplug-net -> ../init.d/hotplug-net
lrwxrwxrwx 1 root root 15 2005-07-26 12:33 K89klogd -> ../init.d/klogd
lrwxrwxrwx 1 root root 18 2005-07-26 12:33 K90sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 18 2005-07-26 12:32 S20sendsigs -> ../init.d/sendsigs
lrwxrwxrwx 1 root root 17 2005-07-26 12:32 S30urandom -> ../init.d/urandom
lrwxrwxrwx 1 root root 22 2005-07-26 12:32 S31umountnfs.sh -> ../init.d/umountnfs.sh
lrwxrwxrwx 1 root root 17 2005-07-26 13:09 S32portmap -> ../init.d/portmap
lrwxrwxrwx 1 root root 20 2005-07-26 12:33 S35networking -> ../init.d/networking
lrwxrwxrwx 1 root root 18 2005-07-26 12:33 S36ifupdown -> ../init.d/ifupdown
lrwxrwxrwx 1 root root 18 2005-07-26 12:32 S40umountfs -> ../init.d/umountfs
lrwxrwxrwx 1 root root 16 2005-07-26 12:32 S90reboot -> ../init.d/reboot

/etc/rcS.d:
total 4
-rw-r--r-- 1 root root 701 2004-09-10 17:00 README
lrwxrwxrwx 1 root root 21 2005-07-26 12:32 S02mountvirtfs -> ../init.d/mountvirtfs
lrwxrwxrwx 1 root root 14 2005-07-26 13:09 S04udev -> ../init.d/udev
lrwxrwxrwx 1 root root 18 2005-07-26 12:32 S05bootlogd -> ../init.d/bootlogd
lrwxrwxrwx 1 root root 25 2005-07-26 12:34 S05initrd-tools.sh -> ../init.d/initrd-tools.sh
lrwxrwxrwx 1 root root 19 2005-07-26 12:33 S05keymap.sh -> ../init.d/keymap.shlrwxrwxrwx 1 root root 22 2005-07-26 12:32 S10checkroot.sh -> ../init.d/checkroot.sh
lrwxrwxrwx 1 root root 25 2005-07-26 12:32 S18hwclockfirst.sh -> ../init.d/hwclockfirst.sh
lrwxrwxrwx 1 root root 24 2005-07-26 12:33 S18ifupdown-clean -> ../init.d/ifupdown-clean
lrwxrwxrwx 1 root root 27 2005-07-26 13:10 S20module-init-tools -> ../init.d/module-init-tools
lrwxrwxrwx 1 root root 18 2005-07-26 12:32 S20modutils -> ../init.d/modutils
lrwxrwxrwx 1 root root 20 2005-07-26 12:32 S30checkfs.sh -> ../init.d/checkfs.sh
lrwxrwxrwx 1 root root 19 2005-07-26 12:32 S30procps.sh -> ../init.d/procps.shlrwxrwxrwx 1 root root 21 2005-07-26 12:32 S35mountall.sh -> ../init.d/mountall.sh
lrwxrwxrwx 1 root root 18 2005-07-26 12:35 S36discover -> ../init.d/discover
lrwxrwxrwx 1 root root 21 2005-07-26 12:32 S36mountvirtfs -> ../init.d/mountvirtfs
lrwxrwxrwx 1 root root 19 2005-07-26 13:09 S36udev-mtab -> ../init.d/udev-mtablrwxrwxrwx 1 root root 18 2005-07-26 12:33 S38pppd-dns -> ../init.d/pppd-dns
lrwxrwxrwx 1 root root 19 2005-07-26 12:33 S39dns-clean -> ../init.d/dns-cleanlrwxrwxrwx 1 root root 18 2005-07-26 12:33 S39ifupdown -> ../init.d/ifupdown
lrwxrwxrwx 1 root root 21 2005-07-26 12:32 S40hostname.sh -> ../init.d/hostname.sh
lrwxrwxrwx 1 root root 17 2005-07-26 12:35 S40hotplug -> ../init.d/hotplug
lrwxrwxrwx 1 root root 20 2005-07-26 12:33 S40networking -> ../init.d/networking
lrwxrwxrwx 1 root root 21 2005-07-26 12:35 S41hotplug-net -> ../init.d/hotplug-net
lrwxrwxrwx 1 root root 17 2005-07-26 13:09 S43portmap -> ../init.d/portmap
lrwxrwxrwx 1 root root 21 2005-07-26 12:32 S45mountnfs.sh -> ../init.d/mountnfs.sh
lrwxrwxrwx 1 root root 27 2005-07-26 12:33 S48console-screen.sh -> ../init.d/console-screen.sh
lrwxrwxrwx 1 root root 20 2005-07-26 12:32 S50hwclock.sh -> ../init.d/hwclock.sh
lrwxrwxrwx 1 root root 21 2005-07-26 12:32 S55bootmisc.sh -> ../init.d/bootmisc.sh
lrwxrwxrwx 1 root root 17 2005-07-26 12:32 S55urandom -> ../init.d/urandom
lrwxrwxrwx 1 root root 17 2005-07-26 12:33 S70nviboot -> ../init.d/nviboot
lrwxrwxrwx 1 root root 24 2005-07-26 13:07 S70xfree86-common -> ../init.d/xfree86-common
lrwxrwxrwx 1 root root 14 2005-07-26 13:11 S75sudo -> ../init.d/sudo
Jo ; (
Parece que soy invisible, jejeje
Debistes contestar justo al mismo tiempo que yo, por eso no te vi, jejejejeje :p
Pero bueno, ahora ya lo se, es el 2.

Muchas gracias por vuestras aportaciones, ahora tendre que averiguar quien es quien de esos demonios y eliminar los que no quiero que se carguen, a ver si consigo que vaya un poco mas fluido, que ademas estaba equivocado y el pobre cacharro solo tiene 92 megas de memoria, pense que eran 192, asi que a ver si consigo que vaya mas suave.

Un saludo a todos.
Prueba a borrar los servicios que arrancan en debian y q no quieres q arranquen con update-rc.d.
update-rc.d servicio remove
Perdonar que me ponga en medio de esto no sabiendo casi nada de linux. Pero no hace mucho en mandrake, no se si debian tendra alguna utilidad parecida. Resulta que me enseñaron un comando en consola que mostrava los servicios y el runlevel que usaban. Tambien se podian quitar y poner. Hay alguna utilidad asi en debian?

Perdonar, veo que esta contestado en el anterior post. Sorry.
8 respuestas