Horje
linux test port Code Example
linux get port usage
# Linux (tested on Kali & Ubuntu)
sudo ss -tulpn | grep LISTEN
linux test port
# Nice and verbose! From the man pages.
# Single port:
nc -zv 127.0.0.1 80

# Multiple ports:
nc -zv 127.0.0.1 22 80 8080

# Range of ports:
nc -zv 127.0.0.1 20-30
check port status linux
You can check if a process listens on a TCP or UDP port with netstat -tuplen.




Shell

Related
git disable pgp Code Example git disable pgp Code Example
rostopic  bag file to csv Code Example rostopic bag file to csv Code Example
cannot find lgl qt Code Example cannot find lgl qt Code Example
os environ select defaut gpu Code Example os environ select defaut gpu Code Example
update pycocotools Code Example update pycocotools Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10