HD-HGLANの話(3) ps -axwwで示した謎のプロセスの追求である。
まずはap_servd
psで見ると、
174 ? S 0:00 /usr/sbin/ap_servd -i eth0
となっていて、eth0を見ているのか、出しているのか...
LinkStationにloginしてコマンドラインでたたいてみた。
# ap_servd -h
ap_servd: invalid option -- h
Usage:
--interface or -i
--debug or -d : running at debug mode
--nofork : running by foreground
--nodhcpc : can't set dhcpc
--terminate or -t
--nostandalone or -n : call from super daemon (inetd)
--help or -h : this usage
うーん、LinkStationで提供している各種サービスの肝になるdaemonかな?
/etc配下でgrep -r ap_servd *を実行すると、/etc/rc.d/rc2.d/S20apservdで起動していることも分かる。
stringsでap_servdを見てみると、もっと推測できそうなことが分かったけど、ここでは置いておこう。
0 件のコメント:
コメントを投稿