>_ linuxcommand.dev
Netcat

-l

Tell netcat to wait for incoming connections.

Syntax
$nc -l -p [port]
Examples
Examples
$nc -l -p 1234
Typical use cases
Listen on port
nc -l -p port
Note Server listening mode.
Export