[root@li1073-41 ~]# netstat -pltnu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 7028/nginx: worker
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 5568/pure-ftpd (SER
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 3079/sshd
tcp 0 0 0.0.0.0:888 0.0.0.0:* LISTEN 7028/nginx: worker
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 13170/master
tcp6 0 0 :::3306 :::* LISTEN 30531/mysqld
tcp6 0 0 :::21 :::* LISTEN 5568/pure-ftpd (SER
tcp6 0 0 :::22 :::* LISTEN 3079/sshd
tcp6 0 0 ::1:25 :::* LISTEN 13170/master
[root@li1073-41 ~]# |