You log in to a server using telnet and bring down the
eth0
interface (the only configured interface) using the ifdown
command. What is the result of executing ifdown
?
- The eth0 interface will be disabled and the telnet session will continue
- An error will be displayed that the eth0 interface cannot be disabled
- The eth0 interface will be disabled with a warning
- The eth0 interface will be disabled and the telnet session will be terminated
Please login or Register to submit your answer