0
The user runs the sudo nc command, specifying the localhost address and port number 56733. The user then sends a blank string to the nc command as a command parameter, and the nc command prints 0. This indicates that the command succeeded.
0 Comments
sudo nc localhost 56733 < /dev/null; echo $?