User Tools

Site Tools


lsof_general

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
lsof_general [2015/12/03 15:52] – created luke7858lsof_general [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 21: Line 21:
 lsof -u luke lsof -u luke
 </sxh> </sxh>
 +== Killing all processes that belong to a user ==
 +<sxh bash>
 +kill -9 `lsof -t -u luke`
 +</sxh>
 +\\
 +=== Opened files - specific process ===
 +<sxh bash>
 +lsof -p 1234
 +</sxh>
 +
lsof_general.1449157957.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki