User Tools

Site Tools


linux:netzwerk:ip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:netzwerk:ip [2023/09/30 18:14] mslinux:netzwerk:ip [2023/11/05 19:11] (current) ms
Line 3: Line 3:
 ip -s l show dev lan0 ip -s l show dev lan0
 ip -s l sh lan0 ip -s l sh lan0
 +</code>
 +
 +List open Ports
 +<code>
 +ss -tulpn
 +
 +netstat -tulpn | grep LISTEN
 +
 +lsof -i -P -n | grep LISTEN
 </code> </code>
  
linux/netzwerk/ip.1696090493.txt.gz · Last modified: 2023/09/30 18:14 by ms

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki