- Which option can be used with the netstat command in order to display the routing table?
A. -s
B. -a
C. -r
D. -d
- Which address family is the IP information located using either ifconfig or ip a command?
A. inet
B. inet6
C. int
D. int6
- Which of the following is the correct method to shutdown an interface?
A. ifconfig down ens33
B. ifconfig ens33 down
C. ifconfig ens33 shutdown
D. ifconfig shutdown ens33
- Which file does the ifup command checks whenever the command is issued?
A. /etc/network/sysconfig
B. /etc/networking/interfaces
C. /etc/network/interfaces
D. /etc/sysconfig/network/interfaces
- Which of the following is the correct way to remove an IP using the ip command?
A. ip a del 10.10.10.1/24 dev ens33
B. ip a 10.10.10.1/24 del dev ens33
C. ip a 10.10.10.1/24 dev ens33 del
D. ip del a 10.10.10.1/24 dev ens33
- What does the * represents in the output of the...