I'n trying to follow a tutorial here.
As an example we can say that we need a friend of ours to help us with something on our work system(Windows). To be able to receive a connection from us first our friend would need to set up a listener.
nc -lvnp 4444
On my system, nc -nlvp 4444
fails with nc: missing port with option -l
. I'm not sure why this is, as I've seen multiple tutorials with the same commands and it works fine. Is this a MacOS issue, or is it between keyboard and chair?