Bash/Network

From Chorke Wiki
Revision as of 21:04, 9 April 2018 by Shahed (talk | contribs) (Shahed moved page Network to Bash/Network: Maintain Hierarchy of Script)
Jump to navigation Jump to search
# show config all interface
ifconfig

# see ip add  eth0 interface
ip a show eth0

# to turn off eth0 interface
ifdown eth0

# to turn on  eth0 interface
ifup eth0

References