Skip to main content

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​