|
-bash-2.05b# ps -aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.1 1336 480 ? S May26 0:03 init
root 2 0.0 0.0 0 0 ? SW May26 0:00 [keventd]
root 3 0.0 0.0 0 0 ? SW May26 0:00 [kapmd]
root 4 0.0 0.0 0 0 ? SWN May26 0:00 [ksoftirqd_CPU0]
root 5 0.0 0.0 0 0 ? SW May26 0:00 [kswapd]
root 6 0.0 0.0 0 0 ? SW May26 0:00 [bdflush]
root 7 0.0 0.0 0 0 ? SW May26 0:00 [kupdated]
root 8 0.0 0.0 0 0 ? SW May26 0:00 [mdrecoveryd]
root 14 0.0 0.0 0 0 ? SW May26 0:00 [kjournald]
root 66 0.0 0.0 0 0 ? SW May26 0:00 [khubd]
root 125 0.0 1.0 4984 3960 ? S May26 0:00 minilogd
root 152 0.0 0.0 0 0 ? SW May26 0:00 [kjournald]
root 403 0.0 0.0 0 0 ? SW May26 0:00 [eth0]
root 468 0.0 0.0 0 0 ? SW May26 0:00 [eth1]
root 515 0.0 0.3 3272 1464 ? S May26 0:01 /usr/sbin/sshd
root 529 0.0 2.0 15420 7736 ? S May26 0:00 /usr/sbin/httpd
root 536 0.0 0.2 2196 1076 ? S May26 0:00 /bin/sh /usr/bin/
mysql 564 0.0 0.2 10580 1088 ? S May26 0:00 /usr/sbin/mysqld
-bash-2.05b# telnet 192.168.1.1 3306
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.
DHost '192.168.1.1' is not allowed to connect to this MySQL serverConnection closed by foreign host. |
|