Answers for "how to set the mac address in linux to default"

7

get mac address linux

ifconfig -a
Posted by: Guest on April-13-2020
0

change mac address linux

sudo apt install macchanger
sudo ifconfig wlan0 down
sudo macchanger -r wlan0
sudo ifconfig wlan0 up
Posted by: Guest on March-10-2022

Code answers related to "how to set the mac address in linux to default"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language