Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 227 Bytes

lsof.md

File metadata and controls

11 lines (9 loc) · 227 Bytes

Get information about listening services, -P port, -M local TCP/UDP ports, -l login names, -n network numbers

lsof -Pnl +M -i4
lsof -Pnl +M -i6

Get information for specific port number

lsof -i :<port>