Bash script that generates a random MAC address

From NovaOrdis Knowledge Base
Revision as of 00:18, 24 September 2017 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

hexdump -n3 -e'/3 "52:54:00" 3/1 ":%02X"' /dev/random; echo ""