User Tools

Site Tools


linux:netzwerk:ip

Differences

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

Link to this comparison view

Next revision
Previous revision
linux:netzwerk:ip [2023/09/30 18:13] – created mslinux:netzwerk:ip [2023/11/05 19:11] (current) ms
Line 2: Line 2:
 <code> <code>
 ip -s l show dev lan0 ip -s l show dev 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.1696090394.txt.gz · Last modified: 2023/09/30 18:13 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