1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:46:00 +02:00

fuser: add example to kill processes bound to a specific socket (#8175)

This commit is contained in:
Muhammad Falak R Wani 2022-07-15 21:03:17 +05:30 committed by GitHub
parent 9650f7f3d5
commit 91cd7a0be1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,7 @@
- Find which processes are accessing the filesystem containing a specific file or directory:
`fuser --mount {{path/to/file_or_directory}}`
- Kill all processes with a TCP connection on a specific port:
`fuser --kill {{port}}/tcp`