Which command would you use to save the interface information before upgrading a Windows
Gateway?
A.
cp /etc/sysconfig/network.C [location]
B.
ipconfig –a > [filename].txt
C.
ifconfig > [filename].txt
D.
netstat –rn > [filename].txt
Explanation:
ipconfig -all > [filename].txt or ipconfig /all > [filename].txt
-a is not correct