Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Tue May 29 13:43:47 2012 from 38.107.179.230
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Ifup en anglais

ifup(8) ifup(8)
 
NAME


ifup - bring a network interface up ifdown - take a network interface down
 
SYNOPSIS


ifup [-nv] [--no-act] [--verbose] [-i FILE|--interfaces=FILE] [--allow CLASS] -a|IFACE... ifup -h|--help ifup -V|--version ifdown [-nv] [--no-act] [--verbose] [-i FILE|--interfaces=FILE] [--allow CLASS] -a|IFACE...
 
DESCRIPTION


The ifup and ifdown commands may be used to configure (or, respec- tively, deconfigure) network interfaces based on interface definitions in the file /etc/network/interfaces.
 
OPTIONS


A summary of options is included below. -a, --all If given to ifup, affect all interfaces marked auto. Interfaces are brought up in the order in which they are defined in /etc/network/interfaces. If given to ifdown, affect all defined interfaces. Interfaces are brought down in the order in which they are currently listed in the state file. Only interfaces defined in /etc/network/interfaces will be brought down. --force Force configuration or deconfiguration of the interface. -h, --help Show summary of options. --allow=CLASS Only allow interfaces listed in an allow-CLASS line in /etc/net- work/interfaces to be acted upon. -i FILE, --interfaces=FILE Read interface definitions from FILE instead of from /etc/net- work/interfaces. -n, --no-act Don't configure any interfaces or run any "up" or "down" com- mands. --no-mappings Don't run any mappings. See interfaces(5) for more information about the mapping feature. -V, --version Show copyright and version information. -v, --verbose Show commands as they are executed.
 
EXAMPLES


ifup -a Bring up all the interfaces defined with auto in /etc/net- work/interfaces ifup eth0 Bring up interface eth0 ifup eth0=home Bring up interface eth0 as logical interface home ifdown -a Bring down all interfaces that are currently up.
 
NOTES


ifup and ifdown are actually the same program called by different names. The program does not configure network interfaces directly; it runs low level utilities such as ifconfig and route to do its dirty work.
 
FILES


/etc/network/interfaces definitions of network interfaces See interfaces(5) for more information. /etc/network/run/ifstate current state of network interfaces KNOWN BUGS/LIMITATIONS The program keeps records of whether network interfaces are up or down. Under exceptional circumstances these records can become inconsistent with the real states of the interfaces. For example, an interface that was brought up using ifup and later deconfigured using ifconfig will still be recorded as up. To fix this you can use the --force option to force ifup or ifdown to run configuration or deconfiguration commands despite what it considers the current state of the interface to be. The file /etc/network/run/ifstate must be writable for ifup or ifdown to work properly. If that location is not writable (for example, because the root filesystem is mounted read-only for system recovery) then /etc/network/run/ifstate should be made a symbolic link to a writable location. If that is not possible then you can use the --force option to run configuration or deconfiguration commands without updating the file. Note that the program does not run automatically: ifup alone does not bring up interfaces that appear as a result of hardware being installed and ifdown alone does not bring down interfaces that disappear as a result of hardware being removed. To automate the configuration of network interfaces you need to install other packages such as hot- plug(8) or ifplugd(8).
 
AUTHOR


The ifupdown suite was written by Anthony Towns .
 
SEE ALSO


interfaces(5), ifconfig(8). IFUPDOWN 22 May 2004 ifup(8)


 Dernières recherches
Man  en anglais Man ifup en anglaisMan  en français Man ifup en français
Man  en anglais Man ifdown en anglaisMan  en français Man ifdown en français
Man  en anglais Man if_nametoindex en anglaisMan  en français Man if_nametoindex en français
Man  en anglais Man if_nameindex en anglaisMan  en français Man if_nameindex en français
Man  en anglais Man sshd en anglaisMan  en français Man sshd en français
Man  en anglais Man if_indextoname en anglaisMan  en français Man if_indextoname en français
Man  en anglais Man if_freenameindex en anglaisMan  en français Man if_freenameindex en français
Man  en anglais Man mkfs en anglaisMan  en français Man mkfs en français
Man  en anglais Man idle en anglaisMan  en français Man idle en français
Man  en anglais Man identify en anglaisMan  en français Man identify en français
Man  en anglais Man iconv_open en anglaisMan  en français Man iconv_open en français
Man  en anglais Man iconv_close en anglaisMan  en français Man iconv_close en français
Man  en anglais Man iconv en anglaisMan  en français Man iconv en français
Man  en anglais Man hypot en anglaisMan  en français Man hypot en français
Man  en anglais Man hwclock en anglaisMan  en français Man hwclock en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher