Command Line Interface-Befehle (Windows): Unterschied zwischen den Versionen

Aus Matts Wiki
Die Seite wurde neu angelegt: „ netstat -ano | findstr :11434 Kategorie:Terminal Kategorie:Windows
 
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
  netstat -ano | findstr :11434
== Network Status ==
netstat -ano                    # Show all listening ports in numeric fashion with it's owner
  netstat -ano | findstr :11434   # As above, but show only lines containing :11434
 
[[Kategorie:Terminal]]
[[Kategorie:Terminal]]
[[Kategorie:Windows]]
[[Kategorie:Windows]]

Aktuelle Version vom 24. Mai 2026, 13:46 Uhr

Network Status

netstat -ano                    # Show all listening ports in numeric fashion with it's owner
netstat -ano | findstr :11434   # As above, but show only lines containing :11434