ifconfig
# Display all interfaces
ifconfig
# Display all interfaces, even if down
ifconfig -a
# Disable wlan0 interface
ifconfig wlan0 down
# Enable wlan0 interface
ifconfig wlan0 up
References​
- tldr InBrowser.App. (n.d.). https://tldr.inbrowser.app/pages/common/env