Horje
Two methods can be used to bring interfaces up ip link set dev eth0 down or down Code Example
Two methods can be used to bring interfaces up ip link set dev eth0 down or down
#######################################################
Two methods can be used to bring interfaces up or down
#######################################################

2.1. Using "ip" Usage: # ip link set dev <interface> up 
# ip link set dev <interface> down

# Example: # ip link set dev eth0
up # ip link set dev eth0 down

2.2. Using "ifconfig" Usage: # /sbin/ifconfig <interface> up 
# /sbin/ifconfig <interface> down

# Example: # ip link set dev eth0 down 
# ip link set dev eth0 down




Shell

Related
join two files horizontally unix Code Example join two files horizontally unix Code Example
git credentials store with timeout Code Example git credentials store with timeout Code Example
patch curl Code Example patch curl Code Example
how to upgrade docker-compose version Code Example how to upgrade docker-compose version Code Example
cse github Code Example cse github Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15