Respuesta :
Answer:
ifconfig p2s1 down ifdown enp2s1 ip link set enp2s1 down
Explanation:
It can be used to enable or disable a network port interface in Linux. It involves 5 methods which are.
A.) ifconfig command. Is adopted in configuring a network interface, it gives info about NIC
B.) ifdown/if up command. Used to bring down or bring up a network interface.
C.) ip command. Used in managing NIC
D.) nmc1i command
It is a line tool that controls network manager and is also used in describing the status of a network.
E.) nmtui command
Answer:
Type:
ip addr show enp2s1 - Then press enter
ip link set enp2s1 up - The press enter
PLEASE MRK BRAINLIEST!!
Explanation:
1st command views information about the network interfaces to determine which card is not up and to identify the card alias. (The alias for the network interface that is down is enp2s1.)
2nd command starts the enp2s1 network interface.