Which of the following actions is performed by the netcat command given below?
nc 55555 < /etc/passwd
It changes the /etc/passwd file when connected to the UDP port 55555.
It resets the /etc/passwd file to the UDP port 55555.
It fills the incoming connections to /etc/passwd file.
It grabs the /etc/passwd file when connected to UDP port 55555.
Submit