snippetbashTip
ifdown — Disable network interfaces. More information: <https://manned.org/ifdown>.
Viewed 0 times
commandnetworkcliinformationifdownmoredisableinterfaces
linux
Problem
How to use the
ifdown command: Disable network interfaces. More information: <https://manned.org/ifdown>.Solution
ifdown — Disable network interfaces. More information: <https://manned.org/ifdown>.Disable interface eth0:
ifdown {{eth0}}Disable all interfaces which are enabled:
ifdown {{[-a|--all]}}Code Snippets
Disable interface eth0
ifdown {{eth0}}Disable all interfaces which are enabled
ifdown {{[-a|--all]}}Context
tldr-pages: linux/ifdown
Revisions (0)
No revisions yet.