Main Menu

Search

LINUX: systemctl Command To Check Network Interfaces Loaded and Active on the Linux Machine (How To Doc)

Below "systemctl" command can be executed to check the network interfaces loaded and active on Linux Machine.
systemctl | egrep -i "net/devices"
Below is sample output of above command.
  sys-subsystem-net-devices-bond0.device                        loaded active plugged   /sys/subsystem/net/devices/bond0
  sys-subsystem-net-devices-bond1.device                        loaded active plugged   /sys/subsystem/net/devices/bond1
  sys-subsystem-net-devices-bond10.device                       loaded active plugged   /sys/subsystem/net/devices/bond10
  sys-subsystem-net-devices-bond2.device                        loaded active plugged   /sys/subsystem/net/devices/bond2

Products to which Article Applies


All Linux Operating Systems


Additional Reference

http://man7.org/linux/man-pages/man1/systemctl.1.html


tarun boyella

No comments:

Post a Comment