User Tools

Site Tools


docs:tips_n_tricks:system.html

System related commands

Getting Process Information

Print lsof with headline and all lines relevant for process <pid>:

lsof | ( grep -m 1 PID ; awk ' $2 == <pid> {print $0}' ) | less 
docs/tips_n_tricks/system.html.txt · Last modified: 29.09.2010 18:04 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki