What daemons should I kill?
Posted: Mon Nov 17, 2008 11:50 pm
Code: Select all
root 1 1.9 0.1 1940 644 ? Ss 23:46 0:01 init [2]
root 2 0.0 0.0 0 0 ? SN 23:46 0:00 [ksoftirqd/0]
root 3 0.0 0.0 0 0 ? S< 23:46 0:00 [events/0]
root 4 0.0 0.0 0 0 ? S< 23:46 0:00 [khelper]
root 5 0.0 0.0 0 0 ? S< 23:46 0:00 [kthread]
root 8 0.0 0.0 0 0 ? S< 23:46 0:00 [kblockd/0]
root 9 0.0 0.0 0 0 ? S< 23:46 0:00 [kacpid]
root 79 0.0 0.0 0 0 ? S< 23:46 0:00 [kseriod]
root 121 0.0 0.0 0 0 ? S 23:46 0:00 [pdflush]
root 122 0.0 0.0 0 0 ? S 23:46 0:00 [pdflush]
root 123 0.0 0.0 0 0 ? S< 23:46 0:00 [kswapd0]
root 124 0.0 0.0 0 0 ? S< 23:46 0:00 [aio/0]
root 561 0.0 0.0 0 0 ? S< 23:46 0:00 [khpsbpkt]
root 567 0.0 0.0 0 0 ? S< 23:46 0:00 [khubd]
root 636 0.0 0.0 0 0 ? S 23:46 0:00 [knodemgrd_0]
root 923 0.0 0.0 0 0 ? S< 23:46 0:00 [kjournald]
root 1101 0.3 0.1 2176 596 ? S<s 23:46 0:00 udevd --daemon
root 1370 0.0 0.0 0 0 ? S< 23:46 0:00 [kgameportd]
root 1401 0.0 0.0 0 0 ? S< 23:46 0:00 [kpsmoused]
root 1677 0.0 0.0 0 0 ? S< 23:46 0:00 [kmirrord]
daemon 1761 0.0 0.0 1684 364 ? Ss 23:46 0:00 /sbin/portmap
root 1989 0.0 0.1 1628 620 ? Ss 23:46 0:00 /sbin/syslogd
root 1995 0.0 0.0 1580 380 ? Ss 23:46 0:00 /sbin/klogd -x
root 2037 0.0 0.1 2180 556 ? S<s 23:46 0:00 dhclient3 -pf /
root 2067 0.0 0.3 2668 1324 ? S 23:46 0:00 /bin/sh /usr/bi
mysql 2104 0.4 4.2 126360 16472 ? Sl 23:46 0:00 /usr/sbin/mysql
root 2105 0.0 0.1 1564 508 ? S 23:46 0:00 logger -p daemo
root 2209 0.0 0.1 1576 560 ? Ss 23:46 0:00 /usr/sbin/acpid
100 2257 0.0 0.2 5332 988 ? Ss 23:46 0:00 /usr/sbin/exim4
root 2269 0.0 0.1 1744 564 ? Ss 23:46 0:00 /usr/sbin/inetd
root 2290 0.0 0.2 4924 1080 ? Ss 23:46 0:00 /usr/sbin/sshd
statd 2309 0.0 0.1 1752 732 ? Ss 23:46 0:00 /sbin/rpc.statd
daemon 2319 0.0 0.1 1824 416 ? Ss 23:46 0:00 /usr/sbin/atd
root 2326 0.0 0.2 2192 864 ? Ss 23:46 0:00 /usr/sbin/cron
root 2342 0.1 1.9 23396 7560 ? Ss 23:46 0:00 /usr/sbin/apach
root 2366 0.0 0.1 1576 496 tty1 Ss+ 23:46 0:00 /sbin/getty 384
root 2367 0.0 0.1 1572 492 tty2 Ss+ 23:46 0:00 /sbin/getty 384
root 2368 0.0 0.1 1572 488 tty3 Ss+ 23:46 0:00 /sbin/getty 384
root 2369 0.0 0.1 1576 496 tty4 Ss+ 23:46 0:00 /sbin/getty 384
root 2372 0.0 0.1 1576 492 tty5 Ss+ 23:46 0:00 /sbin/getty 384
root 2373 0.0 0.1 1572 492 tty6 Ss+ 23:46 0:00 /sbin/getty 384
www-data 2384 0.0 0.9 23396 3636 ? S 23:46 0:00 /usr/sbin/apach
www-data 2385 0.0 0.9 23396 3636 ? S 23:46 0:00 /usr/sbin/apach
www-data 2386 0.0 0.9 23396 3636 ? S 23:46 0:00 /usr/sbin/apach
www-data 2387 0.0 0.9 23396 3636 ? S 23:46 0:00 /usr/sbin/apach
www-data 2388 0.0 0.9 23396 3636 ? S 23:46 0:00 /usr/sbin/apach
root 2389 0.3 0.6 7696 2348 ? Ss 23:46 0:00 sshd: root@pts/
root 2391 0.2 0.4 3936 1624 pts/0 Ss 23:47 0:00 -bash
root 2395 0.0 0.2 3428 984 pts/0 R+ 23:47 0:00 ps -aux
Code: Select all
apt-get remove exim4Also inetd do I really need that if I'm only interested in having HTTP accessible form my server?
Cheers,
Alex