Rev 621 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/bash #查詢port被哪些程式使用 netstat -tulpn;
#!/bin/bash
#查詢port被哪些程式使用
netstat -tulpn;