Files
tldr/pages.fr/linux/ifup.md

13 lines
303 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ifup
> Outil utilisé pour activer des interfaces réseau.
> Plus d'informations : <https://manpages.debian.org/latest/ifupdown/ifup.8.html>.
- Active l'interface eth0 :
`ifup {{eth0}}`
- Active l'ensemble des interfaces réseau définies dans le fichier `/etc/network/interfaces` :
`ifup -a`