lsof_general
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lsof_general [2015/12/03 15:53] – luke7858 | lsof_general [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 20: | Line 20: | ||
<sxh bash> | <sxh bash> | ||
lsof -u luke | lsof -u luke | ||
+ | </ | ||
+ | == Killing all processes that belong to a user == | ||
+ | <sxh bash> | ||
+ | kill -9 `lsof -t -u luke` | ||
</ | </ | ||
\\ | \\ | ||
Line 26: | Line 30: | ||
lsof -p 1234 | lsof -p 1234 | ||
</ | </ | ||
+ |
lsof_general.1449157998.txt.gz · Last modified: 2024/05/23 07:26 (external edit)