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 
Back to top
docs/tips_n_tricks/system.html.txt · Last modified: 2010/09/29 18:04 by peter