|
|
系统新安装了只有10多天.没有开启任何的网络服务,平时使用的账号也没有root权限.最近发现
我的ADSL即使没有运行其他的软件如浏览器,下载等,也有数据传送(指示灯不停的快慢不等地闪动)
请问有什么软件可以检测系统的状况---到底是那些些软件在通信.
1)用root ps all的结果:
F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND
4 0 2212 1 20 0 2408 1144 - Ss tty2 0:00 /bin/login --
0 0 2213 1 20 0 1688 528 - Ss+ tty3 0:00 /sbin/agetty -8 38400 vc/3 linux
0 0 2214 1 20 0 1688 532 - Ss+ tty4 0:00 /sbin/agetty -8 38400 vc/4 linux
0 0 2215 1 20 0 1688 528 - Ss+ tty5 0:00 /sbin/agetty -8 38400 vc/5 linux
0 0 2216 1 20 0 1688 524 - Ss+ tty6 0:00 /sbin/agetty -8 38400 vc/6 linux
4 1000 2381 2212 20 0 5268 1808 - S tty2 0:00 -bash
0 1000 2384 2381 20 0 5216 1448 - S+ tty2 0:00 /bin/sh /usr/bin/startx
0 1000 2400 2384 20 0 2784 800 - S+ tty2 0:00 xinit /home/wu5/.xinitrc -- /etc/X11/xinit/xserverrc :0 -auth /home/wu5/.serverauth.2384
4 0 2401 2400 19 -1 27968 20880 - S<s+ tty7 0:13 /usr/bin/X -nolisten tcp
0 1000 2406 2400 20 0 6104 1444 - S tty2 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc
0 1000 2407 2406 20 0 56740 21188 - S tty2 0:07 fcitx
1 1000 2419 1 20 0 2980 712 - S tty2 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
0 1000 2422 2406 20 0 26892 6160 - S tty2 0:00 /usr/bin/xfce4-session
0 1000 2426 2422 20 0 27844 16016 - S tty2 0:00 xfwm4 --display :0.0 --sm-client-id 2ca00cd2e-d092-4561-8c9a-0a5487aaa447
0 1000 2427 2422 20 0 16932 4864 - S tty2 0:00 Thunar --sm-client-id 243ea8003-375b-47bb-bc9b-e20eb3f91022 --daemon
0 1000 2430 2422 20 0 75364 21424 - S tty2 0:01 xfdesktop --display :0.0 --sm-client-id 207532e65-92f3-4f1b-895a-98a39b865182
0 1000 2435 2422 20 0 40592 18676 - S tty2 0:00 xfce4-panel --display :0.0 --sm-client-id 21356b65f-92fe-4330-80cb-5bcd103bab32
0 1000 2439 2435 20 0 40256 19076 - S tty2 0:00 /usr/lib/xfce4/xfce4/panel-plugins/xfce4-menu-plugin socket_id 20971560 name xfce4-menu id 5 display_name Xfce Menu size 36 screen_position 11
0 1000 2511 2509 20 0 6408 1764 - Ss+ pts/1 0:00 bash
4 0 2517 1 20 0 2408 1140 - Ss tty1 0:00 /bin/login --
4 0 2526 2517 20 0 5008 1792 - R tty1 0:00 -bash
4 0 2529 2526 20 0 4168 944 - R+ tty1 0:00 ps all
2).rc.conf
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Asia/Shanghai"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USEcolor="yes"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(e100 eepro100 mii slhc ac97_bus snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-ac97-codec snd-intel8x0 soundcore vboxdrv)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="myhost-c262"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
dhcp="eth0"
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng hal network netfs crond) |
|