network commands

Windows apps

resmon.exe


Display applications that binds a port

Windows

netstat -a -b -n -o | findstr 5005

Linux

….

List applications

Windows

tasklist

Linux

ps -aux

Kill an application

Windows

Taskkill /PID 9424 /F

Linux

kill ...

Ce contenu a été publié dans Non classé. Vous pouvez le mettre en favoris avec ce permalien.

Laisser un commentaire

Votre adresse de messagerie ne sera pas publiée. Les champs obligatoires sont indiqués avec *