Command line to disable Wifi?
Can anyone tell me how to disable wifi on my MAC at the command line?
Can anyone tell me how to disable wifi on my MAC at the command line?
Use
networksetup -setairportpower en0 off
to turn it off and
networksetup -setairportpower en0 on
to turn it on.
Use
networksetup -setairportpower en0 off
to turn it off and
networksetup -setairportpower en0 on
to turn it on.
Command line to disable Wifi?