Port to PID

From Noah.org
Revision as of 17:56, 31 August 2007 by Root (talk | contribs) (New page: Category:Engineering How do you find which process is listening on a given port? Use the `lsof` command. For example, I saw that some process was already using port 69 (normally TFTP)...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

How do you find which process is listening on a given port? Use the `lsof` command.

For example, I saw that some process was already using port 69 (normally TFTP).

lsof -i :69