Bash script that generates a random MAC address

From NovaOrdis Knowledge Base
Revision as of 21:00, 30 June 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * bash =Overview= hexdump -n3 -e'/3 "52:54:00" 3/1 ":%02X"' /dev/random; echo """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

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