Place Holder Products Code
Bash MySQL
Notes Return of the Fed Login
Admin Control Panel Email Control Panel Product Control Panel Debug Info Beacon Create Snippet Tag Control Panel

Using fuser to Find and Kill Processes Bound to Sockets

Sometimes I forget what I bound where, and need to do a little back tracing.

Here, we send KILL to the process using 8080 for tcp:

fuser -k 8080/tcp

Without -k will just report on process.

Comments:

No Comments Yet!