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

pull/1/head
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
1 changed files with 4 additions and 0 deletions

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`