Bonjour,
Au début d'un script de règles Iptable, j'ai trouvé:A quoi correspond -norc ?Code:#! /bin/sh -norc
Meci bcp...
Version imprimable
Bonjour,
Au début d'un script de règles Iptable, j'ai trouvé:A quoi correspond -norc ?Code:#! /bin/sh -norc
Meci bcp...
Salut,
renvoi :Code:man sh
S'il n'y a qu'un seul tiret regarde à quoi correspondent les options norc ;)Code:
1
2
3
4 --norc Do not read and execute the system wide initialization file /etc/bash.bashrc and the personal initialization file ~/.bashrc if the shell is interactive. This option is on by default if the shell is invoked as sh.
++