Start usebind to listen on one port, but will not do other things.
# Windows
usebind.exe -p 8080
# Linux
usebind -p 8080
Listen to a port to determine whether the port is occupied by other programs
Listen on a port so that other programs cannot use this port
Listen to a port and telnet the port on other devices to determine whether the port can be accessed