One-liner to find the Linux systemd "predictable name" of a hardware network device like the embedded ethernet card on a desktop motherboard.
udevadm test-builtin net_id /sys/class/net/eth0 | grep '^ID_NET_NAME_'
Answer by "GnP" in this post.
One-liner to find the Linux systemd "predictable name" of a hardware network device like the embedded ethernet card on a desktop motherboard.
udevadm test-builtin net_id /sys/class/net/eth0 | grep '^ID_NET_NAME_'
Answer by "GnP" in this post.