Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 512 Bytes

File metadata and controls

34 lines (30 loc) · 512 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
start-and-stop-a-network-interface
network
public
2019-01-31 09:53:23 -0800
2019-01-31 09:53:23 -0800
false
20190131175323
false
false
ifconfig
interface
network
Start and Stop a Network Interface
tech-note

Start a network interface

$ ifconfig <interface-name> up

Stop a network interface

$ ifconfig <interface-name> down