Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: service account impersonation google gcp application credentials 
Shell :: android studio add flutter plugin 
Shell :: heredoc remove leading space tabs linux bash 
Shell :: Brave Beta on Fedora 28+, CentOS/RHEL 8+ 
Shell :: calculefactorail en bash 
Shell :: Jenkins-SonarQube 
Shell :: -z option in shell script 
Shell :: linux compress current directory 
Shell :: cashier paddle installation 
Shell :: git synchronize a branch in a fork 
Shell :: scan network ip powershell comands 
Shell :: Install aaPanel linux 
Shell :: nodemon:%20command%20not%20found 
Shell :: pull all files out of subfolders recursively 
Shell :: pass variables to bash options 
Shell :: bash read -r option 
Shell :: snapshot ubuntu shotcut key 
Shell :: Substring from the right 
Shell :: privileged on running container 
Shell :: apache terminal count files in folder 
Shell :: linux logrotate recursive 
Shell :: bash find files containing string 
Shell :: git stash apply specific file 
Shell :: git how to learn 
Shell :: auto start application ubuntu 18.04 
Shell :: dev/kvm not found 
Shell :: run emulator from command line 
Shell :: how to change git default branch name 
Shell :: how to setup a command that install all npm modules, in subfolders 
Shell :: how to convert vdi to gnome boxes 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =