Considering the following kernel IP routing table below, which of the following commands must be
used to remove the route to the network 10.10.1.0/24?
A.
route del 10.10.1.0
B.
route del 10.10.1.0/24
C.
route del – net 10.10.1.0/24
D.
route del 10.10.1.0/24 gw 192.168.246.11
E.
route del -net 10.10.1.0
In C. there is a blank between – and net. I think it should read -net shouldn’t it?