/////Find Current MAC address
ifconfig en1 | grep ether
ether 00:e1:e2:e3:e4:e5
///// sudo to change the wireless (en1) address
sudo ifconfig en1 ether 00:e3:e4:e5:e6:e7
///// YOU NEED the admin password here to complete the change
Password:
///// Now check to make sure the change was complete.
ifconfig en1 | grep ether
ether 00:e3:e4:e5:e6:e7