KaoriMochidaです。 > # run-parts > 01 * * * * root run-parts /etc/cron.hourly > /dev/null 2>&1 > 02 4 * * * root run-parts /etc/cron.daily > 22 4 * * 0 root run-parts /etc/cron.weekly > 42 4 1 * * root run-parts /etc/cron.monthly > とすればいいって事ですね。これで上手く行っているようです。 > どうもありがとうございました。 でも実は、何故か10数時間すると固まるようになってしまいまして、、、 SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=hoe@xxxxxxxxx HOME=/ # run-parts 01 * * * * root run-parts /etc/cron.hourly > /dev/null 2>&1 02 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts /etc/cron.weekly 42 4 1 * * root run-parts /etc/cron.monthly 01,11,21,31,41,51 * * * * root run-parts /etc/cron/ps_auxf.cron > /dev/null 2>&1 06,16,26,36,46,56 * * * * root run-parts /etc/cron/top_c.cron > /dev/null 2>&1 /etc/cron/ps_auxf.cron/ps_auxf.cronには #!/bin/bash MAILTO=hoe@xxxxxxxxx /bin/ps auxf | /bin/mail -s "the situation of ps" $MAIL /etc/cron/top_c.cron/top_c.cronには #!/bin/bash MAILTO=hoe@xxxxxxxxx top -c | /bin/mail -s "the situation of top" $MAIL として逐一ps出力結果等を記録していましたら、トラブルが発生するまでの最後の メールは下記のようになっていまして、同じcronが重複して稼動しているようです。 このcron重複稼動が原因なのではと推測しました。 「/dev/null 2>&1」を加筆すると重複してcronが稼動されるという事はないですよ ね。 取り敢えず「/dev/null 2>&1」記述を/etc/crontabから取っ払ってみました。今は14 時間くらい経ちますが取り敢えず正常なようです。(でもcron稼動数は増えているよ うです) =======================トラブル発生直前============================= USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 1372 436 ? S 00:18 0:04 init root 2 0.0 0.0 0 0 ? SW 00:18 0:02 [keventd] root 3 0.0 0.0 0 0 ? SW 00:18 0:00 [kapmd] root 4 0.0 0.0 0 0 ? SWN 00:18 0:00 [ksoftirqd_CPU0] root 9 0.0 0.0 0 0 ? SW 00:18 0:02 [bdflush] root 5 0.0 0.0 0 0 ? DW 00:18 1:10 [kswapd] root 6 0.0 0.0 0 0 ? SW 00:18 0:00 [kscand/DMA] root 7 0.1 0.0 0 0 ? SW 00:18 1:17 [kscand/Normal] root 8 0.0 0.0 0 0 ? SW 00:18 0:00 [kscand/HighMem] root 10 0.0 0.0 0 0 ? SW 00:18 0:00 [kupdated] root 11 0.0 0.0 0 0 ? SW 00:18 0:00 [mdrecoveryd] root 15 0.0 0.0 0 0 ? SW 00:18 0:03 [kjournald] root 72 0.0 0.0 0 0 ? SW 00:19 0:00 [khubd] root 2139 0.0 0.0 0 0 ? SW 00:19 0:00 [eth0] root 2212 0.0 0.0 0 0 ? SW 00:19 0:00 [eth2] root 2290 0.0 0.0 4172 464 ? S 00:19 0:00 /bin/bash /sbin/adsl-connect /etc/sysconfig/network-scripts/ifcfg-ppp0 root 2312 0.0 0.0 1868 524 ? S 00:19 0:00 \_ /usr/sbin/pppd pty /usr/sbin/pppoe -p /var/run/pppoe-adsl.pid.pppoe -I eth1 -T 80 -U -m 1412 ipparam ppp0 linkname ppp0 noipdefault noauth default-asyncmap defaultroute hide-password nodetach usepeerdns mtu 1492 mru 1492 noaccomp noccp nobsdcomp nod root 2313 0.0 0.0 1380 416 ? S 00:19 0:16 \_ /usr/sbin/pppoe -p /var/run/pppoe-adsl.pid.pppoe -I eth1 -T 80 -U -m 1412 root 2297 0.0 0.0 0 0 ? SW 00:19 0:00 [eth1] root 2383 0.0 0.0 1444 504 ? S 00:19 0:01 syslogd -m 0 root 2387 0.0 0.0 1372 356 ? S 00:19 0:00 klogd -x rpc 2405 0.0 0.0 1544 424 ? S 00:19 0:00 [portmap] rpcuser 2424 0.0 0.0 1612 560 ? S 00:19 0:00 [rpc.statd] root 2490 0.0 0.0 1364 428 ? S 00:19 0:00 /usr/sbin/apmd -p 10 -w 5 -W -P /etc/sysconfig/apm-scripts/apmscript root 2531 0.0 0.1 2028 572 ? S 00:19 0:00 xinetd -stayalive -reuse -pidfile /var/run/xinetd.pid ntp 2559 0.0 0.4 2396 2392 ? SL 00:19 0:00 [ntpd] root 2572 0.0 0.0 8204 56 ? S 00:19 0:04 ddclient - sleeping for 170 seconds root 2581 0.0 0.0 19224 0 ? SW 00:19 0:01 /usr/bin/spamd -d -c -a qmailq 23725 0.0 0.0 0 0 ? Z 19:58 0:00 \_ [spamd <defunct>] root 2590 0.0 0.0 1412 52 ? S 00:19 0:00 gpm -t imps2 -m /dev/mouse bin 2600 0.0 0.0 3324 0 ? SW 00:19 0:00 [cannaserver] root 2615 0.0 0.0 1428 100 ? S 00:19 0:00 crond root 3604 0.0 0.0 1428 0 ? SW 01:01 0:00 \_ CROND root 3605 0.0 0.0 2028 0 ? SW 01:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 3606 0.0 0.0 2036 0 ? SW 01:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 3650 3.4 0.0 2040 364 ? S 01:01 41:53 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 3651 0.0 0.0 1804 0 ? SW 01:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 1227 0.0 0.0 1428 0 ? SW 02:01 0:00 \_ CROND root 1228 0.0 0.0 2028 0 ? SW 02:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 1229 0.0 0.0 2036 0 ? SW 02:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 1537 2.4 0.0 2048 360 ? R 02:01 28:27 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16382 0.0 0.0 200 12 ? R 21:31 0:00 | | \_ /bin/sed -n 818730p /etc/myScript/all_accept.sh root 1540 0.0 0.0 1804 0 ? SW 02:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 27178 0.0 0.0 1428 0 ? SW 03:01 0:00 \_ CROND root 27179 0.0 0.0 2028 0 ? SW 03:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 27180 0.0 0.0 2036 0 ? SW 03:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 27624 1.9 0.0 2040 320 ? R 03:01 21:13 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16273 0.0 0.0 0 0 ? Z 21:31 0:00 | | \_ [expr <defunct>] root 27627 0.0 0.0 1804 0 ? SW 03:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 11112 0.0 0.0 1428 0 ? SW 04:01 0:00 \_ CROND root 11113 0.0 0.0 2028 0 ? SW 04:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 11114 0.0 0.0 2040 0 ? SW 04:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 11709 1.6 0.0 2040 364 ? S 04:01 16:50 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16449 0.0 0.0 2040 368 ? R 21:31 0:00 | | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 11713 0.0 0.0 1804 0 ? SW 04:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 6692 0.0 0.0 1432 0 ? SW 04:22 0:00 \_ CROND root 6693 0.0 0.0 2040 0 ? SW 04:22 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.weekly root 25481 0.0 0.0 2032 0 ? SW 05:00 0:00 | | \_ /bin/sh /etc/cron.weekly/virusScan.cron root 29607 8.1 0.3 11068 2072 ? D 05:00 80:19 | | | \_ /usr/local/bin/sweep / -all -remove root 25482 0.0 0.0 1812 0 ? SW 05:00 0:00 | | \_ awk -v progname=/etc/cron.weekly/virusScan.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 7275 0.0 0.0 1380 0 ? SW 04:22 0:00 | \_ bin/qmail-inject -a -- foo@xxxxxxxxx root 32271 0.0 0.0 1428 0 ? SW 05:01 0:00 \_ CROND root 32272 0.0 0.0 2032 0 ? SW 05:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 32273 0.0 0.0 2036 0 ? SW 05:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 1957 1.5 0.0 2040 364 ? R 05:01 15:48 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 1958 0.0 0.0 1808 0 ? SW 05:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 29072 0.0 0.0 1428 0 ? SW 06:01 0:00 \_ CROND root 29073 0.0 0.0 2032 0 ? SW 06:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 29090 0.0 0.0 2032 0 ? SW 06:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 31416 1.4 0.0 2044 360 ? S 06:01 13:29 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16386 0.0 0.0 2044 368 ? R 21:31 0:00 | | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 31417 0.0 0.0 1808 0 ? SW 06:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 3247 0.0 0.0 1428 0 ? SW 07:01 0:00 \_ CROND root 3248 0.0 0.0 2032 0 ? SW 07:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 3249 0.0 0.0 2036 0 ? SW 07:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 6236 1.3 0.0 2048 360 ? R 07:01 12:02 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 6237 0.0 0.0 1804 0 ? SW 07:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 1803 0.0 0.0 1428 0 ? SW 08:01 0:00 \_ CROND root 1804 0.0 0.0 2032 0 ? SW 08:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 1827 0.0 0.0 2040 0 ? SW 08:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 4230 1.2 0.0 2040 368 ? R 08:01 10:29 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16340 0.0 0.0 0 0 ? Z 21:31 0:00 | | \_ [sed <defunct>] root 4231 0.0 0.0 1804 0 ? SW 08:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 24850 0.0 0.0 1428 0 ? SW 09:01 0:00 \_ CROND root 24851 0.0 0.0 2028 0 ? SW 09:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 24882 0.0 0.0 2040 0 ? SW 09:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 28330 1.3 0.0 2044 360 ? S 09:01 9:59 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 28334 0.0 0.0 1808 0 ? SW 09:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 4258 0.0 0.0 1428 0 ? SW 10:01 0:00 \_ CROND root 4259 0.0 0.0 2028 0 ? SW 10:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 4260 0.0 0.0 2040 0 ? SW 10:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 6875 1.2 0.0 2044 364 ? R 10:01 8:34 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16362 0.0 0.0 1360 292 ? R 21:31 0:00 | | \_ expr 265449 + 1 root 6876 0.0 0.0 1808 0 ? SW 10:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 31524 0.0 0.0 1428 0 ? SW 11:01 0:00 \_ CROND root 31525 0.0 0.0 2028 0 ? SW 11:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 31526 0.0 0.0 2036 0 ? SW 11:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 2151 1.3 0.0 2044 348 ? R 11:01 8:28 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16455 0.0 0.0 2044 380 ? R 21:31 0:00 | | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 2155 0.0 0.0 1808 0 ? SW 11:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 780 0.0 0.0 1428 0 ? SW 12:01 0:00 \_ CROND root 781 0.0 0.0 2032 0 ? SW 12:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 782 0.0 0.0 2036 0 ? SW 12:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 5474 1.3 0.0 2044 312 ? R 12:01 7:25 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16383 0.0 0.0 2044 364 ? R 21:31 0:00 | | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 5475 0.0 0.0 1804 0 ? SW 12:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 26909 0.0 0.0 1428 0 ? SW 13:01 0:00 \_ CROND root 26910 0.0 0.0 2028 0 ? SW 13:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 26911 0.0 0.0 2036 0 ? SW 13:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 747 1.2 0.0 2044 368 ? S 13:01 6:09 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16234 0.0 0.0 0 0 ? Z 21:31 0:00 | | \_ [sed <defunct>] root 749 0.0 0.0 1808 0 ? SW 13:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 21233 0.0 0.0 1428 0 ? SW 14:01 0:00 \_ CROND root 21234 0.0 0.0 2032 0 ? SW 14:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 21392 0.0 0.0 2036 0 ? SW 14:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 28042 1.1 0.0 2040 364 ? R 14:01 5:06 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16408 0.0 0.0 1556 224 ? R 21:31 0:00 | | \_ /bin/sed -n 159621p /etc/myScript/all_accept.sh root 28044 0.0 0.0 1804 0 ? SW 14:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 21709 0.0 0.0 1428 0 ? SW 15:01 0:00 \_ CROND root 21710 0.0 0.0 2032 0 ? SW 15:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 22008 0.0 0.0 2040 0 ? SW 15:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 28440 1.1 0.0 2040 356 ? R 15:01 4:22 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16428 0.0 0.0 2040 368 ? R 21:31 0:00 | | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 28441 0.0 0.0 1804 0 ? SW 15:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 15966 0.0 0.0 1428 0 ? SW 16:01 0:00 \_ CROND root 15967 0.0 0.0 2028 0 ? SW 16:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 15988 0.0 0.0 2040 0 ? SW 16:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 21873 1.0 0.0 2044 356 ? R 16:01 3:31 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16173 0.0 0.0 2044 364 ? R 21:31 0:00 | | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 21874 0.0 0.0 1808 0 ? SW 16:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 27828 0.0 0.0 1428 0 ? SW 17:01 0:00 \_ CROND root 27829 0.0 0.0 2028 0 ? SW 17:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 27901 0.0 0.0 2040 0 ? SW 17:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 32154 1.0 0.0 2040 360 ? S 17:01 2:48 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16194 0.0 0.0 0 0 ? Z 21:31 0:00 | | \_ [expr <defunct>] root 32155 0.0 0.0 1804 0 ? SW 17:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 27086 0.0 0.0 1428 0 ? SW 18:01 0:00 \_ CROND root 27087 0.0 0.0 2028 0 ? SW 18:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 27088 0.0 0.0 2040 0 ? SW 18:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 1974 0.9 0.0 2040 368 ? S 18:01 2:03 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16321 0.0 0.0 0 0 ? Z 21:31 0:00 | | \_ [sed <defunct>] root 1975 0.0 0.0 1804 0 ? SW 18:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 12669 0.0 0.0 1428 0 ? SW 19:01 0:00 \_ CROND root 12670 0.0 0.0 2028 0 ? SW 19:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 12671 0.0 0.0 2036 0 ? SW 19:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 18065 0.9 0.0 2044 360 ? R 19:01 1:24 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 18066 0.0 0.0 1808 0 ? SW 19:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 17091 0.0 0.0 1428 0 ? SW 20:01 0:00 \_ CROND root 17092 0.0 0.0 2028 0 ? SW 20:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 17430 0.0 0.0 2036 0 ? SW 20:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 23899 0.8 0.0 2044 360 ? R 20:01 0:45 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16216 0.0 0.0 0 0 ? Z 21:31 0:00 | | \_ [sed <defunct>] root 23900 0.0 0.0 1804 0 ? SW 20:01 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 17095 0.0 0.0 1428 0 ? SW 21:01 0:00 \_ CROND root 17096 0.0 0.0 2032 0 ? SW 21:01 0:00 | \_ /bin/bash -c run-parts /etc/cron.hourly > /dev/null 2>&1 root 17154 0.0 0.0 2040 0 ? SW 21:01 0:00 | \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 29201 0.7 0.0 2044 368 ? S 21:02 0:13 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 16254 0.0 0.0 1552 220 ? R 21:31 0:00 | | \_ /bin/sed -n 6474p /etc/myScript/all_accept.sh root 29202 0.0 0.0 1808 0 ? SW 21:02 0:00 | \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 13559 0.1 0.0 1428 100 ? S 21:31 0:00 \_ CROND root 13563 0.3 0.0 2028 180 ? S 21:31 0:00 \_ /bin/bash -c run-parts /etc/cron/ps_auxf.cron > /dev/null 2>&1 root 14168 0.6 0.0 2040 276 ? S 21:31 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron/ps_auxf.cron root 14226 0.0 0.0 2024 248 ? S 21:31 0:00 \_ /bin/bash /etc/cron/ps_auxf.cron/ps_auxf.cron root 14426 11.0 0.1 2972 796 ? R 21:31 0:00 | \_ /bin/ps auxf root 14427 0.5 0.0 1496 444 ? S 21:31 0:00 | \_ /bin/mail -s the situation of ps foo@xxxxxxxxx root 14227 0.0 0.0 1808 296 ? S 21:31 0:00 \_ awk -v progname=/etc/cron/ps_auxf.cron/ps_auxf.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } xfs 2717 0.0 0.0 7916 0 ? SW 00:19 0:00 [xfs] root 2726 0.0 0.0 1440 0 ? SWN 00:19 0:00 anacron -s root 16388 0.0 0.0 4092 0 ? SWN 01:24 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.daily root 15084 0.0 0.0 3856 0 ? SWN 01:39 0:00 \_ awk -v progname=/etc/cron.daily/logrotate progname {????? print progname ":\n"????? progname="";???? }???? { print; } daemon 2735 0.0 0.0 1408 0 ? SW 00:19 0:00 [atd] root 2747 0.0 0.0 3816 0 ? SW 00:19 0:00 /usr/lib/courier-imap/libexec/authlib/authdaemond.pgsql start root 2757 0.0 0.0 1464 0 ? SW 00:19 0:00 /usr/lib/courier-imap/libexec/couriertcpd -address=0 -stderrlogger=/usr/lib/ courier-imap/libexec/courierlogger -stderrloggername=imapd -maxprocs=40 -max perip=4 -pid=/var/run/imapd.pid -nodnslookup -noidentlookup 143 /usr/lib/courier-imap/sbin/imaplogin /usr root 2760 0.0 0.0 1340 0 ? SW 00:19 0:00 /usr/lib/courier-imap/libexec/courierlogger imapd root 2994 0.0 0.0 0 0 ? SW 00:20 0:01 [loop0] root 3005 0.0 0.0 0 0 ? SW 00:20 0:00 [loop1] root 3012 0.0 0.0 0 0 ? SW 00:20 0:00 [loop2] named 3023 0.0 0.0 30916 220 ? S 00:20 0:05 [named] root 3045 0.0 0.0 3584 0 ? SW 00:20 0:00 rpc.rquotad root 3052 0.0 0.0 0 0 ? SW 00:20 0:00 [nfsd] root 3053 0.0 0.0 0 0 ? SW 00:20 0:00 [nfsd] root 3060 0.0 0.0 0 0 ? SW 00:20 0:00 [lockd] root 3061 0.0 0.0 0 0 ? SW 00:20 0:00 [rpciod] root 3054 0.0 0.0 0 0 ? SW 00:20 0:00 [nfsd] root 3055 0.0 0.0 0 0 ? SW 00:20 0:00 [nfsd] root 3056 0.0 0.0 0 0 ? SW 00:20 0:00 [nfsd] root 3057 0.0 0.0 0 0 ? SW 00:20 0:00 [nfsd] root 3058 0.0 0.0 0 0 ? SW 00:20 0:00 [nfsd] root 3059 0.0 0.0 0 0 ? SW 00:20 0:00 [nfsd] root 3067 0.0 0.0 1500 0 ? SW 00:20 0:00 rpc.mountd root 3073 0.0 0.0 1420 0 ? SW 00:20 0:00 /usr/local/bin/tcpserver -x /etc/tcpserver/pop3d_rules.cdb 0 pop-3 /var/qmail/bin/qmail-popup foo.ddns.net /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir root 3074 0.0 0.0 1356 0 ? SW 00:20 0:00 /var/qmail/bin/splogger pop3d 3 qmaild 3079 0.0 0.0 1416 0 ? SW 00:20 0:00 [tcpserver] root 3080 0.0 0.0 1360 0 ? SW 00:20 0:00 /var/qmail/bin/splogger smtpd 3 qmails 3104 0.0 0.0 1396 0 ? SW 00:20 0:00 [qmail-send] qmaill 3109 0.0 0.0 1356 0 ? SW 00:20 0:00 \_ [splogger] root 3110 0.0 0.0 1352 0 ? SW 00:20 0:00 \_ qmail-lspawn ./Maildir/ qmailr 3111 0.0 0.0 1352 0 ? SW 00:20 0:00 \_ [qmail-rspawn] qmailq 3112 0.0 0.0 1348 8 ? S 00:20 0:00 \_ [qmail-clean] root 3121 0.0 0.0 3968 8 ? S 00:20 0:00 smbd root 3125 0.0 0.0 2832 96 ? S 00:20 0:01 nmbd root 3126 0.0 0.0 2768 0 ? SW 00:20 0:00 \_ nmbd root 3138 0.0 0.0 10076 328 ? S 00:20 0:22 /usr/sbin/snort -A fast -b -l /var/log/snort -d -D -i ppp0 -c /etc/snort/snort.conf user00 3201 0.0 0.0 7008 0 ? SW 00:20 0:00 /usr/bin/fetchmail user01 3231 0.0 0.0 7016 8 ? S 00:20 0:00 /usr/bin/fetchmail user11 3261 0.0 0.0 7012 28 ? S 00:20 0:00 /usr/bin/fetchmail user22 3291 0.0 0.0 6980 16 ? S 00:20 0:00 /usr/bin/fetchmail root 3298 0.0 0.1 8236 952 ? S 00:20 0:00 /usr/bin/perl /usr/libexec/webmin/miniserv.pl /etc/webmin/miniserv.conf root 3301 0.0 0.0 2276 0 ? SW 00:20 0:00 [login] user01 3320 0.0 0.0 5420 0 tty1 SW 00:20 0:00 \_ -bash user01 3357 0.0 0.0 5112 0 tty1 SW 00:20 0:00 \_ /bin/sh /usr/X11R6/bin/startx user01 3368 0.0 0.0 2332 0 tty1 SW 00:20 0:00 \_ xinit /etc/X11/xinit/xinitrc -- root 3369 0.1 0.0 24940 520 ? S 00:20 2:13 \_ [X] user01 3372 0.0 0.0 5124 0 tty1 SW 00:20 0:00 \_ /bin/sh /usr/bin/startkde user01 3383 0.0 0.0 5148 0 tty1 SW 00:20 0:00 \_ /bin/sh /etc/X11/xinit/xinitrc user01 3386 0.0 0.0 4880 0 tty1 SW 00:20 0:00 | \_ kinput2 -canna user01 3387 0.0 0.0 3128 16 ? S 00:20 0:00 \_ ssh-agent /home/user01/.Xclients user01 3466 0.0 0.0 1352 32 tty1 S 00:21 0:00 \_ kwrapper ksmserver root 3302 0.0 0.0 1352 0 tty2 SW 00:20 0:00 /sbin/mingetty tty2 root 3303 0.0 0.0 1352 0 tty3 SW 00:20 0:00 /sbin/mingetty tty3 root 3304 0.0 0.0 1352 0 tty4 SW 00:20 0:00 /sbin/mingetty tty4 root 3305 0.0 0.0 1352 0 tty5 SW 00:20 0:00 /sbin/mingetty tty5 root 3306 0.0 0.0 1352 0 tty6 SW 00:20 0:00 /sbin/mingetty tty6 user01 3429 0.0 0.0 20020 0 ? SW 00:20 0:00 kdeinit: Running... user01 3456 0.0 0.0 8584 412 ? S 00:21 0:02 \_ /usr/bin/artsd -F 10 -S 4096 -s 60 -m artsmessage -l 3 -f user01 3469 0.0 0.0 30252 0 ? SW 00:21 0:03 \_ kdeinit: kwin -session 112bf493a4000105214997200000035090000_1056088292_139662 user01 3470 0.0 0.1 35532 996 ? S 00:21 0:06 | \_ konqueror user01 3475 0.0 0.0 20552 40 ? S 00:21 0:00 \_ kdeinit: kio_file file /tmp/ksocket-user01/klauncherCOU8dc.slave-socket /tmp/ksocket-user01/kdesktopcayjIa.slave-socket user01 3477 1.6 0.0 5412 300 ? S 00:21 21:33 \_ /usr/bin/autorun -l --interval=1000 --cdplayer=/usr/bin/kscd user01 3484 0.0 0.0 12776 504 ? S 00:21 0:00 \_ /usr/bin/pam-panel-icon --sm-client-id 112bf493a4000105214997900000035090006 root 3490 0.0 0.0 1404 80 ? S 00:21 0:00 | \_ [pam_timestamp_c] user01 28617 0.0 0.0 28252 32 ? S 02:47 0:00 \_ kdesu -u root -- konqueror root 29403 0.0 0.0 4968 0 pts/3 SW 02:48 0:00 \_ [su] root 29426 0.0 0.0 1420 0 pts/3 SW 02:48 0:00 \_ /usr/bin/kdesu_stub root 29495 0.0 0.2 37216 1396 ? D 02:48 0:25 \_ konqueror user01 3432 0.0 0.0 22624 0 ? SW 00:20 0:00 kdeinit: dcopserver --nosid user01 3435 0.0 0.0 24248 412 ? S 00:20 0:00 kdeinit: klauncher user01 3437 0.0 0.1 29400 1008 ? S 00:21 0:22 kdeinit: kded user01 3465 0.0 0.0 33472 0 ? SW 00:21 0:00 kdeinit: knotify user01 3468 0.0 0.0 28604 0 ? SW 00:21 0:00 kdeinit: ksmserver user01 3472 0.0 0.2 30456 1188 ? S 00:21 0:04 kdeinit: kdesktop user01 22060 0.0 0.0 28576 0 ? SW 12:10 0:00 \_ /usr/bin/kdesktop_lock user01 22989 0.0 0.0 25040 528 ? RN 12:10 0:13 \_ kswarm.kss -window-id 56623115 user01 3474 0.0 0.3 32636 1768 ? S 00:21 0:08 kdeinit: kicker user01 23588 0.0 0.0 110112 508 ? S 02:47 0:25 \_ /usr/lib/mozilla-1.2.1/mozilla-bin -UILocale ja-JP user01 29767 0.0 0.0 7244 0 ? SW 10:49 0:00 \_ /usr/X11R6/bin/kterm user01 30682 0.0 0.0 5420 0 pts/4 SW 10:49 0:00 \_ bash user01 18092 0.0 0.0 5028 0 pts/4 TW 10:58 0:00 \_ top -c user01 3483 0.0 0.0 29444 0 ? SW 00:21 0:00 kdeinit: kwrited user01 3489 0.0 0.0 28564 0 ? SW 00:21 0:00 kdeinit: kaccess -session 112bf493a4000105215002700000035090013_1056088284_131855 user01 3493 0.0 0.0 28188 0 ? SW 00:21 0:00 kalarmd --login root 16638 0.0 0.0 7692 0 ? SWN 01:39 0:00 perl /usr/bin /swatch -c /etc/swatch/swatchrc -t /var/log/messages root 17257 0.0 0.0 7724 4 ? SN 01:39 0:01 \_ perl //.swatch_script.16638 user01 24893 0.0 0.0 14356 36 ? S 02:47 0:00 [kdesud] root 29729 0.0 0.0 19596 0 ? SW 02:48 0:00 kdeinit: Running... root 28513 0.0 0.0 29940 0 ? SW 11:00 0:04 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /etc/crontab root 9651 0.0 0.0 29932 0 ? SW 11:08 0:03 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /etc/cron/top_c.cron/top_c.cron root 29773 0.0 0.0 22652 0 ? SW 02:48 0:00 kdeinit: dcopserver --nosid --suicide root 29818 0.0 0.0 23780 0 ? SW 02:48 0:00 kdeinit: klauncher root 29860 0.0 0.1 28836 1012 ? S 02:48 0:23 kdeinit: kded root 6054 0.0 0.0 28632 0 ? SW 10:56 0:00 kdeinit: kio_uiserver ================「/dev/null 2>&1」を取っ払って14時間後の状態 ================== USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 1368 444 ? S 00:07 0:04 init root 2 0.0 0.0 0 0 ? SW 00:07 0:00 [keventd] root 3 0.0 0.0 0 0 ? SW 00:07 0:00 [kapmd] root 4 0.0 0.0 0 0 ? SWN 00:07 0:00 [ksoftirqd_CPU0] root 9 0.0 0.0 0 0 ? SW 00:07 0:02 [bdflush] root 5 0.0 0.0 0 0 ? SW 00:07 0:03 [kswapd] root 6 0.0 0.0 0 0 ? SW 00:07 0:00 [kscand/DMA] root 7 0.1 0.0 0 0 ? SW 00:07 1:24 [kscand/Normal] root 8 0.0 0.0 0 0 ? SW 00:07 0:00 [kscand/HighMem] root 10 0.0 0.0 0 0 ? SW 00:07 0:00 [kupdated] root 11 0.0 0.0 0 0 ? SW 00:07 0:00 [mdrecoveryd] root 15 0.0 0.0 0 0 ? SW 00:07 0:04 [kjournald] root 72 0.0 0.0 0 0 ? SW 00:07 0:00 [khubd] root 2159 0.0 0.0 0 0 ? SW 00:08 0:00 [eth0] root 2232 0.0 0.0 0 0 ? SW 00:08 0:00 [eth2] root 2317 0.0 0.0 0 0 ? SW 00:08 0:00 [eth1] root 2443 0.0 0.0 1440 492 ? R 00:09 0:01 syslogd -m 0 root 2447 0.0 0.0 1368 312 ? S 00:09 0:00 klogd -x rpc 2465 0.0 0.0 1544 392 ? S 00:09 0:00 [portmap] rpcuser 2484 0.0 0.0 1608 492 ? S 00:09 0:00 [rpc.statd] root 2550 0.0 0.0 1360 344 ? S 00:09 0:00 /usr/sbin/apmd -p 10 -w 5 -W -P /etc/sysconfig/apm-scripts/apmscript root 2591 0.0 0.0 2028 512 ? S 00:09 0:00 xinetd -stayalive -reuse -pidfile /var/run/xinetd.pid ntp 2627 0.0 0.4 2396 2392 ? SL 00:09 0:01 [ntpd] root 2640 0.0 0.3 8204 1932 ? S 00:09 0:02 ddclient - sleeping for 269 seconds root 2650 0.0 0.0 19116 424 ? S 00:09 0:00 /usr/bin/spamd -d -c -a root 2659 0.0 0.0 1412 60 ? S 00:09 0:00 gpm -t imps2 -m /dev/mouse bin 2669 0.0 0.0 2536 44 ? S 00:09 0:00 [cannaserver] xfs 3285 0.0 0.2 10128 1312 ? S 00:10 0:01 [xfs] daemon 3303 0.0 0.0 1408 160 ? S 00:10 0:00 [atd] root 3315 0.0 0.0 3816 28 ? S 00:10 0:00 /usr/lib/courier-imap/libexec/authlib/authdaemond.pgsql start root 3325 0.0 0.0 1464 4 ? S 00:10 0:00 /usr/lib/courier-imap/libexec/couriertcpd -address=0 -stderrlogger=/usr/lib/ courier-imap/libexec/courierlogger -stderrloggername=imapd -maxprocs=40 -max perip=4 -pid=/var/run/imapd.pid -nodnslookup -noidentlookup 143 /usr/lib/courier-imap/sbin/imaplogin /usr root 3328 0.0 0.0 1352 4 ? S 00:10 0:00 /usr/lib/courier-imap/libexec/courierlogger imapd root 3562 0.0 0.0 0 0 ? SW 00:10 0:00 [loop0] root 3573 0.0 0.0 0 0 ? SW 00:10 0:00 [loop1] root 3580 0.0 0.0 0 0 ? SW 00:10 0:00 [loop2] named 3591 0.0 0.2 30568 1468 ? S 00:10 0:01 [named] root 3607 0.0 0.0 3584 4 ? S 00:10 0:00 rpc.rquotad root 3613 0.0 0.0 0 0 ? SW 00:10 0:00 [nfsd] root 3614 0.0 0.0 0 0 ? SW 00:10 0:00 [nfsd] root 3615 0.0 0.0 0 0 ? SW 00:10 0:00 [nfsd] root 3616 0.0 0.0 0 0 ? SW 00:10 0:00 [nfsd] root 3617 0.0 0.0 0 0 ? SW 00:10 0:00 [nfsd] root 3618 0.0 0.0 0 0 ? SW 00:10 0:00 [nfsd] root 3619 0.0 0.0 0 0 ? SW 00:10 0:00 [nfsd] root 3620 0.0 0.0 0 0 ? SW 00:10 0:00 [nfsd] root 3621 0.0 0.0 0 0 ? SW 00:10 0:00 [lockd] root 3622 0.0 0.0 0 0 ? SW 00:10 0:00 [rpciod] root 3628 0.0 0.0 1508 4 ? S 00:10 0:00 rpc.mountd root 3634 0.0 0.0 1416 4 ? S 00:10 0:00 /usr/local/bin/tcpserver -x /etc/tcpserver/pop3d_rules.cdb 0 pop-3 /var/qmail/bin/qmail-popup foo.ddns.net /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir root 3635 0.0 0.0 1352 4 ? S 00:10 0:00 /var/qmail/bin/splogger pop3d 3 qmaild 3640 0.0 0.0 1420 68 ? S 00:10 0:00 [tcpserver] root 3641 0.0 0.0 1364 204 ? S 00:10 0:00 /var/qmail/bin/splogger smtpd 3 qmails 3665 0.0 0.0 1400 140 ? S 00:10 0:00 [qmail-send] qmaill 3672 0.0 0.0 1360 208 ? S 00:10 0:00 \_ [splogger] root 3673 0.0 0.0 1360 88 ? S 00:10 0:00 \_ qmail-lspawn ./Maildir/ qmailr 3674 0.0 0.0 1352 96 ? S 00:10 0:00 \_ [qmail-rspawn] qmailq 3675 0.0 0.0 1348 88 ? S 00:10 0:00 \_ [qmail-clean] root 3682 0.0 0.0 3972 4 ? S 00:10 0:00 smbd root 28309 0.0 0.2 4436 1360 ? S 13:49 0:01 \_ [smbd] root 3690 0.0 0.1 2828 632 ? S 00:10 0:00 nmbd root 3691 0.0 0.0 2764 12 ? S 00:10 0:00 \_ nmbd root 3881 0.0 0.2 8272 1356 ? S 00:10 0:00 /usr/bin/perl /usr/libexec/webmin/miniserv.pl /etc/webmin/miniserv.conf root 3884 0.0 0.0 2276 0 ? SW 00:10 0:00 [login] user01 3897 0.0 0.0 5420 4 tty1 S 00:10 0:00 \_ -bash user01 3933 0.0 0.0 5108 4 tty1 S 00:10 0:00 \_ /bin/sh /usr/X11R6/bin/startx user01 3944 0.0 0.0 2328 4 tty1 S 00:10 0:00 \_ xinit /etc/X11/xinit/xinitrc -- root 3945 14.3 1.3 32832 7508 ? S 00:10 130:21 \_ [X] user01 3948 0.0 0.0 5124 4 tty1 S 00:10 0:00 \_ /bin/sh /usr/bin/startkde user01 3959 0.0 0.0 5152 4 tty1 S 00:10 0:00 \_ /bin/sh /etc/X11/xinit/xinitrc user01 3962 0.0 0.0 4920 516 tty1 S 00:10 0:02 | \_ kinput2 -canna user01 3963 0.0 0.0 3132 72 ? S 00:10 0:00 \_ ssh-agent /home/user01/.Xclients user01 4044 0.0 0.0 1360 36 tty1 S 00:11 0:00 \_ kwrapper ksmserver root 3885 0.0 0.0 1352 4 tty2 S 00:10 0:00 /sbin/mingetty tty2 root 3886 0.0 0.0 1352 4 tty3 S 00:10 0:00 /sbin/mingetty tty3 root 3887 0.0 0.0 1352 4 tty4 S 00:10 0:00 /sbin/mingetty tty4 root 3888 0.0 0.0 1352 4 tty5 S 00:10 0:00 /sbin/mingetty tty5 root 3889 0.0 0.0 1352 4 tty6 S 00:10 0:00 /sbin/mingetty tty6 user01 4007 0.0 0.0 20024 56 ? S 00:11 0:00 kdeinit: Running... user01 4034 0.0 0.0 8584 416 ? S 00:11 0:02 \_ /usr/bin/artsd -F 10 -S 4096 -s 60 -m artsmessage -l 3 -f user01 4047 0.0 0.6 31112 3528 ? S 00:11 0:18 \_ kdeinit: kwin -session 112bf493a4000105214997200000035090000_1056088292_139662 user01 4055 2.7 0.0 5408 304 ? S 00:11 24:33 \_ /usr/bin/autorun -l --interval=1000 --cdplayer=/usr/bin/kscd user01 4064 0.0 0.1 12780 676 ? S 00:12 0:01 \_ /usr/bin/pam-panel-icon --sm-client-id 112bf493a4000105214997900000035090006 root 4066 0.0 0.0 1408 140 ? S 00:12 0:00 | \_ [pam_timestamp_c] user01 4196 0.0 0.0 28400 292 ? S 00:14 0:00 \_ kdesu -u root -- konqueror root 4207 0.0 0.0 4960 0 pts/3 SW 00:14 0:00 | \_ [su] root 4210 0.0 0.0 1420 4 pts/3 S 00:14 0:00 | \_ /usr/bin/kdesu_stub root 4213 0.0 2.2 38508 12916 ? S 00:14 0:51 | \_ konqueror root 26167 0.1 0.1 5112 1048 ? S 15:18 0:00 | \_ /bin/bash /etc/cron.daily/backup.cron root 25741 0.0 0.0 4280 396 ? R 15:20 0:00 | \_ mkdir -p /home/user01/fat32/RedHat9BackUp/home/user01/sylpheed.dat/.sylpheed user01 5827 0.0 0.7 37184 4176 ? S 03:03 0:10 \_ kdeinit: konqueror --silent user01 8298 0.0 0.1 34608 620 ? S 03:03 0:02 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /home/user01/memo.txt user01 18010 0.0 0.7 36640 4140 ? S 13:51 0:03 \_ kdeinit: konqueror --silent user01 20227 0.0 0.0 20552 192 ? S 13:51 0:00 \_ kdeinit: kio_file file /tmp/ksocket-user01/klauncherNsL7Ab.slave-socket /tmp/ksocket-user01/konqueror2PbCac.slave-socket user01 4010 0.0 0.0 22636 568 ? S 00:11 0:00 kdeinit: dcopserver --nosid user01 4013 0.0 0.0 24252 544 ? S 00:11 0:00 kdeinit: klauncher user01 4015 0.0 0.1 36508 1116 ? S 00:11 0:18 kdeinit: kded user01 4043 0.0 0.1 33476 960 ? S 00:11 0:00 kdeinit: knotify user01 4046 0.0 0.0 28616 564 ? S 00:11 0:00 kdeinit: ksmserver user01 4050 0.0 0.2 30488 1380 ? S 00:11 0:03 kdeinit: kdesktop user01 4052 0.0 0.6 33024 3780 ? S 00:11 0:21 kdeinit: kicker user01 4373 0.0 0.0 5104 4 ? S 02:50 0:00 \_ /bin/bash /home/user01/fat32/BackUp/sylpheed.sh user01 4424 0.0 0.0 11332 4 ? S 02:50 0:01 | \_ /usr/bin/sylpheed user01 25370 0.0 0.0 7356 228 ? S 13:20 0:01 \_ /usr/X11R6/bin/kterm user01 25555 0.0 0.0 5424 4 pts/5 S 13:20 0:00 | \_ bash user01 3152 0.0 0.0 5132 4 pts/5 T 13:21 0:00 | \_ /bin/sh /usr/bin/mozilla user01 3473 0.0 0.0 3960 4 pts/5 T 13:21 0:00 | | \_ /usr/lib/mozilla-1.2.1/mozilla-xremote-client ping() user01 12001 0.0 0.0 4580 4 pts/5 T 13:58 0:00 | \_ tail -f /home/user01/Maildir/.fetchmail.log user01 9867 1.7 2.6 109388 14924 ? S 13:22 2:06 \_ /usr/lib/mozilla-1.2.1/mozilla-bin -UILocale ja-JP user01 11647 0.0 0.2 7284 1192 ? S 14:47 0:00 \_ /usr/X11R6/bin/kterm user01 11946 0.0 0.1 5420 920 pts/4 S 14:47 0:00 \_ bash root 15156 0.0 0.1 4960 676 pts/4 S 14:47 0:00 \_ [su] root 15882 0.0 0.1 5312 816 pts/4 S 14:47 0:00 \_ bash user01 4063 0.0 0.0 29444 448 ? S 00:12 0:00 kdeinit: kwrited user01 4068 0.0 0.1 28564 728 ? S 00:12 0:03 kdeinit: kaccess -session 112bf493a4000105215002700000035090013_1056088284_131855 user01 4071 0.0 0.0 28184 452 ? S 00:12 0:00 kalarmd --login root 4111 0.0 0.0 4124 4 ? S 00:12 0:00 /bin/bash /sbin/adsl-connect /etc/sysconfig/network-scripts/ifcfg-ppp0 root 4132 0.0 0.0 1868 128 ? S 00:12 0:00 \_ /usr/sbin/pppd pty /usr/sbin/pppoe -p /var/run/pppoe-adsl.pid.pppoe -I eth1 -T 80 -U -m 1412 ipparam ppp0 linkname ppp0 noipdefault noauth default-asyncmap defaultroute hide-password nodetach usepeerdns mtu 1492 mru 1492 noaccomp noccp nobsdcomp nod root 4133 0.0 0.0 1380 68 ? S 00:12 0:12 \_ /usr/sbin/pppoe -p /var/run/pppoe-adsl.pid.pppoe -I eth1 -T 80 -U -m 1412 user01 4198 0.0 0.0 14400 36 ? S 00:14 0:00 [kdesud] root 4215 0.0 0.1 19592 696 ? S 00:14 0:00 kdeinit: Running... root 4444 0.1 0.1 29940 996 ? S 00:34 0:59 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /etc/crontab root 17656 0.0 0.1 30392 828 ? S 01:02 0:02 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /etc/myScript/set_iptables.sh root 13507 0.0 0.1 29924 616 ? S 01:05 0:01 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /etc/myScript/all_accept.sh root 15234 0.0 0.1 29992 656 ? S 01:27 0:01 \_ kdeinit: kedit /etc/cron.hourly/pop3d_rules.pl root 25848 0.0 0.1 29988 824 ? S 01:28 0:01 \_ kdeinit: kedit /etc/cron.hourly/smtpd_rules.pl root 31126 0.0 0.1 30392 840 ? S 02:52 0:01 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /etc/portsentry/portsentry.conf root 1903 0.0 0.1 31676 812 ? S 02:57 0:02 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /var/log/messages root 356 0.0 0.2 29928 1644 ? S 13:42 0:03 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /etc/rc3.d/S99user_fetchmail.sh root 10344 0.0 0.2 20056 1416 ? S 14:39 0:00 \_ kdeinit: kio_file file /tmp/ksocket-root/klauncherm3Ijeb.slave-socket /tmp/ksocket-root/konquerorVWx4nc.slave-socket root 4913 0.2 0.8 29948 5116 ? S 14:49 0:04 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /etc/cron/fetchmail.cron/fetchmail.sh root 20026 0.8 2.1 30152 12100 ? S 15:14 0:03 \_ kdeinit: kedit -caption ・ニ・ュ・ケ・ネ・ィ・ヌ・」・ソ -icon kedit -miniicon kedit /etc/cron.daily/backup.cron root 4218 0.0 0.1 22672 720 ? S 00:14 0:00 kdeinit: dcopserver --nosid --suicide root 4221 0.0 0.2 23740 1500 ? S 00:14 0:00 kdeinit: klauncher root 4223 0.0 0.2 28840 1216 ? S 00:14 0:09 kdeinit: kded root 4237 0.0 0.5 28652 3248 ? S 00:15 0:00 kdeinit: kio_uiserver root 4547 0.0 0.0 1432 4 ? S 01:01 0:00 CROND root 4548 0.0 0.0 2036 4 ? S 01:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 4605 4.0 0.0 2044 372 ? R 01:01 34:32 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 31880 0.0 0.1 2044 596 ? R 15:21 0:00 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 4608 0.0 0.0 1808 4 ? S 01:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 25494 0.0 0.0 1432 4 ? S 02:01 0:00 CROND root 25495 0.0 0.0 2036 4 ? S 02:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 25803 2.8 0.0 2040 368 ? S 02:01 22:46 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 31968 0.0 0.0 1440 348 ? R 15:21 0:00 | \_ /bin/sed -n 611556p /etc/myScript/all_accept.sh root 25807 0.0 0.0 1804 4 ? S 02:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 17088 0.0 0.0 1432 4 ? S 03:01 0:00 CROND root 17089 0.0 0.0 2036 4 ? S 03:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 18271 2.2 0.0 2044 368 ? R 03:01 16:52 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 18272 0.0 0.0 1808 4 ? S 03:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 22069 0.0 0.0 1432 4 ? S 04:01 0:00 CROND root 22070 0.0 0.0 2040 4 ? S 04:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 23053 2.0 0.0 2040 368 ? R 04:01 13:46 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 32009 0.0 0.0 0 0 ? Z 15:21 0:00 | \_ [sed <defunct>] root 23056 0.0 0.0 1804 4 ? S 04:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 5996 0.0 0.0 1432 4 ? S 05:01 0:00 CROND root 5997 0.0 0.0 2036 4 ? S 05:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 7256 1.9 0.0 2044 368 ? R 05:01 12:18 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 31725 0.0 0.0 2044 556 ? R 15:21 0:00 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 7257 0.0 0.0 1808 4 ? S 05:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 7002 0.0 0.0 1432 4 ? S 06:01 0:00 CROND root 7003 0.0 0.0 2040 4 ? S 06:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 7954 1.9 0.0 2044 368 ? R 06:01 11:00 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 7958 0.0 0.0 1808 4 ? S 06:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 18442 0.0 0.0 1432 4 ? S 07:01 0:00 CROND root 18443 0.0 0.0 2036 4 ? S 07:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 20198 1.9 0.0 2040 368 ? S 07:01 9:47 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 31881 0.0 0.0 2040 552 ? R 15:21 0:00 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 20202 0.0 0.0 1804 4 ? S 07:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 29987 0.0 0.0 1432 4 ? S 08:01 0:00 CROND root 29988 0.0 0.0 2036 4 ? S 08:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 31756 1.9 0.0 2044 372 ? R 08:01 8:27 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 31857 0.0 0.0 0 0 ? Z 15:21 0:00 | \_ [sed <defunct>] root 31757 0.0 0.0 1808 4 ? S 08:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 30945 0.0 0.0 1432 4 ? S 09:01 0:00 CROND root 30946 0.0 0.0 2040 4 ? S 09:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 32613 1.8 0.0 2040 368 ? S 09:01 6:51 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 32616 0.0 0.0 1804 4 ? S 09:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 12022 0.0 0.0 1432 4 ? S 10:01 0:00 CROND root 12023 0.0 0.0 2036 4 ? S 10:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 14061 1.7 0.0 2044 368 ? R 10:01 5:30 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 31882 0.0 0.0 0 0 ? Z 15:21 0:00 | \_ [expr <defunct>] root 14064 0.0 0.0 1808 4 ? S 10:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 19466 0.0 0.0 1432 4 ? S 11:01 0:00 CROND root 19467 0.0 0.0 2036 4 ? S 11:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 21272 1.5 0.0 2044 368 ? R 11:01 4:06 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 31991 0.0 0.0 1468 228 ? R 15:21 0:00 | \_ expr 115231 + 1 root 21273 0.0 0.0 1808 4 ? S 11:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 24701 0.0 0.0 1432 4 ? S 12:01 0:00 CROND root 24702 0.0 0.0 2036 4 ? S 12:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 27986 1.5 0.0 2048 368 ? R 12:01 2:59 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 31945 0.0 0.0 0 0 ? Z 15:21 0:00 | \_ [sed <defunct>] root 27990 0.0 0.0 1812 4 ? S 12:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 26928 0.0 0.0 1432 4 ? S 13:01 0:00 CROND root 26929 0.0 0.0 2036 4 ? S 13:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 29197 1.4 0.0 2048 368 ? S 13:01 1:57 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 32049 0.0 0.0 0 0 ? Z 15:21 0:00 | \_ [expr <defunct>] root 29201 0.0 0.0 1812 4 ? S 13:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } user00 13065 0.0 0.1 6984 684 ? S 13:45 0:00 /usr/bin/fetchmail user11 15847 0.0 0.1 6976 668 ? S 13:46 0:00 /usr/bin/fetchmail user22 16892 0.0 0.1 7012 672 ? S 13:46 0:00 /usr/bin/fetchmail user01 5839 0.0 0.1 7020 728 ? S 13:58 0:00 fetchmail -v root 12521 0.0 0.0 1432 4 ? S 14:01 0:00 CROND root 12522 0.0 0.0 2036 4 ? S 14:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 17320 1.4 0.0 2044 372 ? S 14:01 1:07 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 32030 0.0 0.0 1468 220 ? R 15:21 0:00 | \_ expr 32701 + 1 root 17321 0.0 0.0 1808 4 ? S 14:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 15397 0.0 0.0 1432 420 ? S 15:01 0:00 CROND root 15398 0.0 0.0 2040 552 ? S 15:01 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron.hourly root 22000 1.4 0.1 2040 768 ? S 15:01 0:16 \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 31724 0.0 0.1 2040 876 ? R 15:21 0:00 | \_ /bin/bash /etc/cron.hourly/iptables_all_accept.cron root 22001 0.0 0.0 1804 392 ? S 15:01 0:00 \_ awk -v progname=/etc/cron.hourly/iptables_all_accept.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; } root 16279 0.0 0.0 1428 564 ? S 15:04 0:00 crond root 31448 0.0 0.1 1428 584 ? S 15:21 0:00 \_ CROND root 31449 1.0 0.1 2036 952 ? S 15:21 0:00 \_ /bin/bash /usr/bin/run-parts /etc/cron/ps_auxf.cron root 31450 1.0 0.1 2032 892 ? S 15:21 0:00 \_ /bin/bash /etc/cron/ps_auxf.cron/ps_auxf.cron root 31726 0.0 0.1 3032 1084 ? R 15:21 0:00 | \_ /bin/ps auxf root 31727 0.0 0.0 1496 564 ? S 15:21 0:00 | \_ /bin/mail -s the situation of ps foo@xxxxxxxxx root 31545 0.0 0.1 1804 576 ? S 15:21 0:00 \_ awk -v progname=/etc/cron/ps_auxf.cron/ps_auxf.cron progname {????? print progname ":\n"????? progname="";???? }???? { print; }