In order to run some tests on your system, you have decided to use the netcat utility. You want to
be able to access the command prompt on a Windows system from your Linux system. What is
the proper command on the Windows system to allow for you to gain remote access?

A.
netcat -p 2020 -l cmd.exe
B.
netcat -p 2020 -cmd.exe
C.
nc -l -p 2020 -e cmd.exe
D.
nc -p 2020 -l run/cmd.exe
E.
netcat -p 2020 -l -run cmd.exe