Answers for "how to find my mac address ubuntu command line"

0

get mac address ubuntu

ip link show
Posted by: Guest on June-01-2020
0

show mac address in ubuntu

$ ifconfig -a | grep -Po 'HWaddr \K.*$'
74:d4:35:84:34:13
Posted by: Guest on February-24-2022

Code answers related to "how to find my mac address ubuntu command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language