Published
- 1 min read
how to check mac address in linux
The solution for this is noted below
how to check mac address in linux
Solution
ifconfig -a
ip link show
cat /sys/class/net/ens1f0/address
Try other methods by searching on the site. That is if this doesn’t work