Search This Blog

Thursday, February 19, 2009

lsof utility

whatis lsof
lsof (8) - list open files
lsof (rpm) - A utility which lists open files on a Linux/UNIX system

lsof
lsof | grep TCP
lsof -i TCP
lsof | grep 'root' | awk '{print $NF}' | sort | uniq | wc -l

No comments:

Post a Comment