Linode machine hacked? (Ubuntu)
Below is the ps aux response.
Some of the stuff I don't recognize:
/sbin/getty -8 38400 hvc0
/usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 102:104
udevd –daemon
rsyslogd -c4
dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.pid -lf
upstart-udev-bridge --daemon
Thanks
2 Replies
rsyslogd handles the syslog.
dhclient handles DHCP.
udevd passes kernel events to udev in the correct order.
Basically you are fine.