Thursday, January 8, 2009

How to verify ndsd process using netstat

netstat -anp | grep 'LISTEN ' | grep ndsd
tcp        0      0 0.0.0.0:389                 0.0.0.0:*                   LISTEN      816/ndsd
tcp        0      0 206.200.97.51:524           0.0.0.0:*                   LISTEN      816/ndsd
tcp        0      0 127.0.0.1:524               0.0.0.0:*                   LISTEN      816/ndsd
tcp        0      0 206.200.97.51:8028          0.0.0.0:*                   LISTEN      816/ndsd
tcp        0      0 206.200.97.51:8030          0.0.0.0:*                   LISTEN      816/ndsd

No comments: