I want to know the use of the overwhelming output of lsof
and maybe a specific example where lsof
feels like a blessing.
Asked
Active
Viewed 66 times
-1

juggernauthk108
- 961
1 Answers
1
Personally I've never used this function but I found the page which describes the topic. http://www.thegeekstuff.com/2012/08/lsof-command-examples/

josh
- 48
lsof -i :[port number]
to see which process it was. Very useful. – Jos Apr 18 '16 at 09:37