[root@szm ~]# netstat -tulnp

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:51695               0.0.0.0:*                   LISTEN      1987/rpc.statd
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      1912/rpcbind
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      2224/sshd
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      2300/master
tcp        0      0 :::46592                    :::*                        LISTEN      1987/rpc.statd
tcp        0      0 :::111                      :::*                        LISTEN      1912/rpcbind
tcp        0      0 :::22                       :::*                        LISTEN      2224/sshd
udp        0      0 0.0.0.0:38783               0.0.0.0:*                               1956/avahi-daemon:
udp        0      0 0.0.0.0:815                 0.0.0.0:*                               1912/rpcbind
udp        0      0 0.0.0.0:53296               0.0.0.0:*                               1987/rpc.statd
udp        0      0 0.0.0.0:68                  0.0.0.0:*                               1972/dhclient
udp        0      0 0.0.0.0:68                  0.0.0.0:*                               1975/dhclient
udp        0      0 0.0.0.0:5353                0.0.0.0:*                               1956/avahi-daemon:
udp        0      0 0.0.0.0:111                 0.0.0.0:*                               1912/rpcbind
udp        0      0 0.0.0.0:891                 0.0.0.0:*                               1987/rpc.statd
udp        0      0 :::52525                    :::*                                    1987/rpc.statd
udp        0      0 :::815                      :::*                                    1912/rpcbind
udp        0      0 :::111                      :::*                                    1912/rpcbind
 
 
[root@szm ~]# /etc/init.d/avahi-daemon stop
Shutting down Avahi daemon:                                [  OK  ]
 
[root@szm ~]# chkconfig avahi-daemon off