1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:35:24 +02:00

ifdown: add page (#933)

This commit is contained in:
Agniva De Sarker 2016-06-28 13:06:51 +05:30 committed by Waldir Pimenta
parent 211ac32f3e
commit 52949a4e7b

11
pages/linux/ifdown.md Normal file
View file

@ -0,0 +1,11 @@
# ifdown
> Disable network interfaces.
- Disable interface eth0:
`ifdown {{eth0}}`
- Disable all interfaces which are enabled:
`ifdown -a`