How to find MAC or Hardware address of Windows and Linux system using Command line or Terminal
Windows System
To find MAC or hardware of all interface includes physical and logical interface using command line. First need to open command line in administrator mode.
Open Run box using Windows + r, and then type 'cmd' in to box and press shift+ctrl+enter to run command as administrator mode
After that type 'getmac /v' command to get all MAC addresses.
Linux System
To get MAC or physical address in Linux system need to open Terminal, and type 'ip addr show' or 'ip addr'
where it is showing MAC and interface name under link/ tag