Q: A tech uses the netcat tool on a Linux system. Of the choices, which has proper syntax?
or
Q: On a Linux system, a technician use the netcat utility. Which option among the options has correct syntax?
- nc -v 80
- nc google.com 80
- nc google.com -z
- nc google.com
Explanation: This initiates a TCP connection to the domain name “example.com” on port 80. Change “example.com” and “80” to reflect the address of your particular host and port.