kill + fuser
Il comando netstat (netstat -na --ip) ti rivela che hai una porta aperta (es. 515, lpd) e vuoi chiuderla?
kill -9 `fuser 515/tcp|awk {'print $2 '}`
- fabio's blog
- Login to post comments
Il comando netstat (netstat -na --ip) ti rivela che hai una porta aperta (es. 515, lpd) e vuoi chiuderla?
kill -9 `fuser 515/tcp|awk {'print $2 '}`