List open ports in Linux: Revision history

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 May 2025

  • curprev 21:4821:48, 29 May 2025Mflavell talk contribs 176 bytes +176 Created page with " == Netstat == If netstat is not installed run: sudo apt install net-tools then you can run: netstat -tulnp == lsof == Display open files and ports: lsof -i -P -n"